HSL(200, 70%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,70%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 70%, 71%) | color: hsl(200, 70%, 71%) | |
| HEX | #81C6E9 | color: #81C6E9 | |
| RGB | rgb(129, 198, 233) | color: rgb(129, 198, 233) | |
| CMYK | cmyk(45%, 15%, 0%, 9%) | — | |
| HSV | hsv(200, 45%, 91%) | — | |
| HWB | hwb(200 50% 9%) | color: hwb(200 50% 9%) | |
| OKLCH | oklch(0.7934 0.0855 231.34) | color: oklch(0.7934 0.0855 231.34) | |
| Lab | lab(76.64 -12.67 -24.13) | color: lab(76.64 -12.67 -24.13) | |
| LCH | lch(76.64 27.25 242.3) | color: lch(76.64 27.25 242.3) |
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)
#9F9FE1 — rgb(159, 159, 225)
Deuteranopia (Green-blind)
#9B96DF — rgb(155, 150, 223)
Tritanopia (Blue-blind)
#84DAD8 — rgb(132, 218, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 70%, 71%);
text
color: hsl(200, 70%, 71%);
border
border: 2px solid hsl(200, 70%, 71%);
gradient light
background: linear-gradient(to right, hsl(200, 70%, 91%), hsl(200, 70%, 71%));
gradient dark
background: linear-gradient(to right, hsl(200, 70%, 71%), hsl(200, 70%, 51%))
hex
background-color: #81C6E9;
tailwind
bg-[hsl(200,70%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 70%, 71%, 0.4);
css variable
--color-primary: hsl(200, 70%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 70%, 71%)?
HEX: #81C6E9 | RGB: rgb(129, 198, 233) | CMYK: 45%, 15%, 0%, 9% | HSV: 200°, 45%, 91%. Copy any format from the conversion table above.
What colors go well with #81C6E9?
The complementary color is HSL(20, 70%, 71%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 70%, 71%) in CSS?
As HSL: color: hsl(200, 70%, 71%); — As HEX: color: #81C6E9; — As RGB: color: rgb(129, 198, 233); — Tailwind CSS: bg-[hsl(200,70%,71%)] — CSS variable: --color-primary: hsl(200, 70%, 71%);