HSL(212, 84%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,84%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 84%, 67%) | color: hsl(212, 84%, 67%) | |
| HEX | #64A6F2 | color: #64A6F2 | |
| RGB | rgb(100, 166, 242) | color: rgb(100, 166, 242) | |
| CMYK | cmyk(59%, 31%, 0%, 5%) | — | |
| HSV | hsv(212, 59%, 95%) | — | |
| HWB | hwb(212 39% 5%) | color: hwb(212 39% 5%) | |
| OKLCH | oklch(0.7135 0.1308 253.09) | color: oklch(0.7135 0.1308 253.09) | |
| Lab | lab(66.82 1.12 -44.33) | color: lab(66.82 1.12 -44.33) | |
| LCH | lch(66.82 44.34 271.45) | color: lch(66.82 44.34 271.45) |
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)
#8181E0 — rgb(129, 129, 224)
Deuteranopia (Green-blind)
#7D78DB — rgb(125, 120, 219)
Tritanopia (Blue-blind)
#67D1CE — rgb(103, 209, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 84%, 67%);
text
color: hsl(212, 84%, 67%);
border
border: 2px solid hsl(212, 84%, 67%);
gradient light
background: linear-gradient(to right, hsl(212, 84%, 87%), hsl(212, 84%, 67%));
gradient dark
background: linear-gradient(to right, hsl(212, 84%, 67%), hsl(212, 84%, 47%))
hex
background-color: #64A6F2;
tailwind
bg-[hsl(212,84%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 84%, 67%, 0.4);
css variable
--color-primary: hsl(212, 84%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 84%, 67%)?
HEX: #64A6F2 | RGB: rgb(100, 166, 242) | CMYK: 59%, 31%, 0%, 5% | HSV: 212°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #64A6F2?
The complementary color is HSL(32, 84%, 67%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 84%, 67%) in CSS?
As HSL: color: hsl(212, 84%, 67%); — As HEX: color: #64A6F2; — As RGB: color: rgb(100, 166, 242); — Tailwind CSS: bg-[hsl(212,84%,67%)] — CSS variable: --color-primary: hsl(212, 84%, 67%);