HSL(203, 50%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,50%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 50%, 67%) | color: hsl(203, 50%, 67%) | |
| HEX | #81B5D5 | color: #81B5D5 | |
| RGB | rgb(129, 181, 213) | color: rgb(129, 181, 213) | |
| CMYK | cmyk(39%, 15%, 0%, 16%) | — | |
| HSV | hsv(203, 39%, 84%) | — | |
| HWB | hwb(203 51% 16%) | color: hwb(203 51% 16%) | |
| OKLCH | oklch(0.7482 0.0716 236.02) | color: oklch(0.7482 0.0716 236.02) | |
| Lab | lab(71.23 -8.98 -21.53) | color: lab(71.23 -8.98 -21.53) | |
| LCH | lch(71.23 23.33 247.36) | color: lch(71.23 23.33 247.36) |
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)
#9898CD — rgb(152, 152, 205)
Deuteranopia (Green-blind)
#9591CB — rgb(149, 145, 203)
Tritanopia (Blue-blind)
#84C7C6 — rgb(132, 199, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 50%, 67%);
text
color: hsl(203, 50%, 67%);
border
border: 2px solid hsl(203, 50%, 67%);
gradient light
background: linear-gradient(to right, hsl(203, 50%, 87%), hsl(203, 50%, 67%));
gradient dark
background: linear-gradient(to right, hsl(203, 50%, 67%), hsl(203, 50%, 47%))
hex
background-color: #81B5D5;
tailwind
bg-[hsl(203,50%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 50%, 67%, 0.4);
css variable
--color-primary: hsl(203, 50%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 50%, 67%)?
HEX: #81B5D5 | RGB: rgb(129, 181, 213) | CMYK: 39%, 15%, 0%, 16% | HSV: 203°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #81B5D5?
The complementary color is HSL(23, 50%, 67%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 50%, 67%) in CSS?
As HSL: color: hsl(203, 50%, 67%); — As HEX: color: #81B5D5; — As RGB: color: rgb(129, 181, 213); — Tailwind CSS: bg-[hsl(203,50%,67%)] — CSS variable: --color-primary: hsl(203, 50%, 67%);