HSL(222, 86%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(222,86%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 86%, 74%) | color: hsl(222, 86%, 74%) | |
| HEX | #84A6F6 | color: #84A6F6 | |
| RGB | rgb(132, 166, 246) | color: rgb(132, 166, 246) | |
| CMYK | cmyk(46%, 33%, 0%, 4%) | — | |
| HSV | hsv(222, 46%, 96%) | — | |
| HWB | hwb(222 52% 4%) | color: hwb(222 52% 4%) | |
| OKLCH | oklch(0.7326 0.1227 265.92) | color: oklch(0.7326 0.1227 265.92) | |
| Lab | lab(68.63 9.24 -43.56) | color: lab(68.63 9.24 -43.56) | |
| LCH | lch(68.63 44.53 281.98) | color: lch(68.63 44.53 281.98) |
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)
#9393E3 — rgb(147, 147, 227)
Deuteranopia (Green-blind)
#918EDE — rgb(145, 142, 222)
Tritanopia (Blue-blind)
#86D3D0 — rgb(134, 211, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 86%, 74%);
text
color: hsl(222, 86%, 74%);
border
border: 2px solid hsl(222, 86%, 74%);
gradient light
background: linear-gradient(to right, hsl(222, 86%, 94%), hsl(222, 86%, 74%));
gradient dark
background: linear-gradient(to right, hsl(222, 86%, 74%), hsl(222, 86%, 54%))
hex
background-color: #84A6F6;
tailwind
bg-[hsl(222,86%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 86%, 74%, 0.4);
css variable
--color-primary: hsl(222, 86%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 86%, 74%)?
HEX: #84A6F6 | RGB: rgb(132, 166, 246) | CMYK: 46%, 33%, 0%, 4% | HSV: 222°, 46%, 96%. Copy any format from the conversion table above.
What colors go well with #84A6F6?
The complementary color is HSL(42, 86%, 74%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 86%, 74%) in CSS?
As HSL: color: hsl(222, 86%, 74%); — As HEX: color: #84A6F6; — As RGB: color: rgb(132, 166, 246); — Tailwind CSS: bg-[hsl(222,86%,74%)] — CSS variable: --color-primary: hsl(222, 86%, 74%);