HSL(213, 50%, 62%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,50%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 50%, 62%) | color: hsl(213, 50%, 62%) | |
| HEX | #6E99CF | color: #6E99CF | |
| RGB | rgb(110, 153, 207) | color: rgb(110, 153, 207) | |
| CMYK | cmyk(47%, 26%, 0%, 19%) | — | |
| HSV | hsv(213, 47%, 81%) | — | |
| HWB | hwb(213 43% 19%) | color: hwb(213 43% 19%) | |
| OKLCH | oklch(0.6734 0.0934 254.56) | color: oklch(0.6734 0.0934 254.56) | |
| Lab | lab(62.17 -0.02 -32.23) | color: lab(62.17 -0.02 -32.23) | |
| LCH | lch(62.17 32.23 269.96) | color: lch(62.17 32.23 269.96) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8181C2 — rgb(129, 129, 194)
Deuteranopia (Green-blind)
#7E7BBF — rgb(126, 123, 191)
Tritanopia (Blue-blind)
#70B8B5 — rgb(112, 184, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 50%, 62%);
text
color: hsl(213, 50%, 62%);
border
border: 2px solid hsl(213, 50%, 62%);
gradient light
background: linear-gradient(to right, hsl(213, 50%, 82%), hsl(213, 50%, 62%));
gradient dark
background: linear-gradient(to right, hsl(213, 50%, 62%), hsl(213, 50%, 42%))
hex
background-color: #6E99CF;
tailwind
bg-[hsl(213,50%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 50%, 62%, 0.4);
css variable
--color-primary: hsl(213, 50%, 62%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 50%, 62%)?
HEX: #6E99CF | RGB: rgb(110, 153, 207) | CMYK: 47%, 26%, 0%, 19% | HSV: 213°, 47%, 81%. Copy any format from the conversion table above.
What colors go well with #6E99CF?
The complementary color is HSL(33, 50%, 62%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 50%, 62%) in CSS?
As HSL: color: hsl(213, 50%, 62%); — As HEX: color: #6E99CF; — As RGB: color: rgb(110, 153, 207); — Tailwind CSS: bg-[hsl(213,50%,62%)] — CSS variable: --color-primary: hsl(213, 50%, 62%);