HSL(211, 83%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,83%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 83%, 73%) | color: hsl(211, 83%, 73%) | |
| HEX | #81B8F3 | color: #81B8F3 | |
| RGB | rgb(129, 184, 243) | color: rgb(129, 184, 243) | |
| CMYK | cmyk(47%, 24%, 0%, 5%) | — | |
| HSV | hsv(211, 47%, 95%) | — | |
| HWB | hwb(211 50% 5%) | color: hwb(211 50% 5%) | |
| OKLCH | oklch(0.7672 0.1029 250.96) | color: oklch(0.7672 0.1029 250.96) | |
| Lab | lab(73.17 -2.39 -34.87) | color: lab(73.17 -2.39 -34.87) | |
| LCH | lch(73.17 34.95 266.08) | color: lch(73.17 34.95 266.08) |
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)
#9999E5 — rgb(153, 153, 229)
Deuteranopia (Green-blind)
#9692E1 — rgb(150, 146, 225)
Tritanopia (Blue-blind)
#84D9D7 — rgb(132, 217, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 83%, 73%);
text
color: hsl(211, 83%, 73%);
border
border: 2px solid hsl(211, 83%, 73%);
gradient light
background: linear-gradient(to right, hsl(211, 83%, 93%), hsl(211, 83%, 73%));
gradient dark
background: linear-gradient(to right, hsl(211, 83%, 73%), hsl(211, 83%, 53%))
hex
background-color: #81B8F3;
tailwind
bg-[hsl(211,83%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 83%, 73%, 0.4);
css variable
--color-primary: hsl(211, 83%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 83%, 73%)?
HEX: #81B8F3 | RGB: rgb(129, 184, 243) | CMYK: 47%, 24%, 0%, 5% | HSV: 211°, 47%, 95%. Copy any format from the conversion table above.
What colors go well with #81B8F3?
The complementary color is HSL(31, 83%, 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, 83%, 73%) in CSS?
As HSL: color: hsl(211, 83%, 73%); — As HEX: color: #81B8F3; — As RGB: color: rgb(129, 184, 243); — Tailwind CSS: bg-[hsl(211,83%,73%)] — CSS variable: --color-primary: hsl(211, 83%, 73%);