HSL(211, 63%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,63%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 63%, 73%) | color: hsl(211, 63%, 73%) | |
| HEX | #8FB9E6 | color: #8FB9E6 | |
| RGB | rgb(143, 185, 230) | color: rgb(143, 185, 230) | |
| CMYK | cmyk(38%, 20%, 0%, 10%) | — | |
| HSV | hsv(211, 38%, 90%) | — | |
| HWB | hwb(211 56% 10%) | color: hwb(211 56% 10%) | |
| OKLCH | oklch(0.7719 0.079 250.6) | color: oklch(0.7719 0.079 250.6) | |
| Lab | lab(73.71 -2.96 -26.93) | color: lab(73.71 -2.96 -26.93) | |
| LCH | lch(73.71 27.09 263.73) | color: lch(73.71 27.09 263.73) |
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)
#A1A2DB — rgb(161, 162, 219)
Deuteranopia (Green-blind)
#9F9CD9 — rgb(159, 156, 217)
Tritanopia (Blue-blind)
#91D3D1 — rgb(145, 211, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 63%, 73%);
text
color: hsl(211, 63%, 73%);
border
border: 2px solid hsl(211, 63%, 73%);
gradient light
background: linear-gradient(to right, hsl(211, 63%, 93%), hsl(211, 63%, 73%));
gradient dark
background: linear-gradient(to right, hsl(211, 63%, 73%), hsl(211, 63%, 53%))
hex
background-color: #8FB9E6;
tailwind
bg-[hsl(211,63%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 63%, 73%, 0.4);
css variable
--color-primary: hsl(211, 63%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 63%, 73%)?
HEX: #8FB9E6 | RGB: rgb(143, 185, 230) | CMYK: 38%, 20%, 0%, 10% | HSV: 211°, 38%, 90%. Copy any format from the conversion table above.
What colors go well with #8FB9E6?
The complementary color is HSL(31, 63%, 73%). 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, 63%, 73%) in CSS?
As HSL: color: hsl(211, 63%, 73%); — As HEX: color: #8FB9E6; — As RGB: color: rgb(143, 185, 230); — Tailwind CSS: bg-[hsl(211,63%,73%)] — CSS variable: --color-primary: hsl(211, 63%, 73%);