HSL(211, 66%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,66%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 66%, 64%) | color: hsl(211, 66%, 64%) | |
| HEX | #67A1E0 | color: #67A1E0 | |
| RGB | rgb(103, 161, 224) | color: rgb(103, 161, 224) | |
| CMYK | cmyk(54%, 28%, 0%, 12%) | — | |
| HSV | hsv(211, 54%, 88%) | — | |
| HWB | hwb(211 40% 12%) | color: hwb(211 40% 12%) | |
| OKLCH | oklch(0.6952 0.1115 251.56) | color: oklch(0.6952 0.1115 251.56) | |
| Lab | lab(64.77 -1.06 -37.65) | color: lab(64.77 -1.06 -37.65) | |
| LCH | lch(64.77 37.66 268.39) | color: lch(64.77 37.66 268.39) |
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)
#8081D1 — rgb(128, 129, 209)
Deuteranopia (Green-blind)
#7D78CD — rgb(125, 120, 205)
Tritanopia (Blue-blind)
#6AC5C2 — rgb(106, 197, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 66%, 64%);
text
color: hsl(211, 66%, 64%);
border
border: 2px solid hsl(211, 66%, 64%);
gradient light
background: linear-gradient(to right, hsl(211, 66%, 84%), hsl(211, 66%, 64%));
gradient dark
background: linear-gradient(to right, hsl(211, 66%, 64%), hsl(211, 66%, 44%))
hex
background-color: #67A1E0;
tailwind
bg-[hsl(211,66%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 66%, 64%, 0.4);
css variable
--color-primary: hsl(211, 66%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 66%, 64%)?
HEX: #67A1E0 | RGB: rgb(103, 161, 224) | CMYK: 54%, 28%, 0%, 12% | HSV: 211°, 54%, 88%. Copy any format from the conversion table above.
What colors go well with #67A1E0?
The complementary color is HSL(31, 66%, 64%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 66%, 64%) in CSS?
As HSL: color: hsl(211, 66%, 64%); — As HEX: color: #67A1E0; — As RGB: color: rgb(103, 161, 224); — Tailwind CSS: bg-[hsl(211,66%,64%)] — CSS variable: --color-primary: hsl(211, 66%, 64%);