Cornflower Hex Code — #6495ED
RGB, HSL, and CMYK values for Cornflower.
Last updated: April 6, 2026
Cornflower Color Values
| Format | Value |
|---|---|
| HEX | #6495ED |
| RGB | rgb(100, 149, 237) |
| HSL | hsl(219, 79%, 66%) |
| CMYK | cmyk(58%, 37%, 0%, 7%) |
When to Use Cornflower in Design
Web Design
Use Cornflower as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Cornflower can work as a primary or accent brand color. Test it across different media (screen, print, merchandise) to ensure consistent appearance.
Print Design
Use the CMYK values (C:58% M:37% Y:0% K:7%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Cornflower work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Cornflower in CSS
/* Using HEX */ color: #6495ED; background-color: #6495ED; /* Using RGB */ color: rgb(100, 149, 237); /* Using HSL — best for creating variations */ color: hsl(219, 79%, 66%); /* Transparent overlay (50% opacity) */ background-color: rgba(100, 149, 237, 0.5); /* Lighter variant for hover states */ background-color: hsl(219, 79%, 76%); /* Darker variant for active states */ background-color: hsl(219, 79%, 56%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Cornflower without changing its core hue or saturation.
Colors That Go With Cornflower
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Cornflower?
What is Cornflower in RGB and when should I use RGB?
How to use Cornflower in CSS with different color formats?
What is the HSL value of Cornflower and why is HSL useful for designers?
What is the CMYK value of Cornflower for print design?
What colors pair well with Cornflower in design projects?
Is Cornflower (#6495ED) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.