HSL(200, 89%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,89%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 89%, 70%) | color: hsl(200, 89%, 70%) | |
| HEX | #6EC9F7 | color: #6EC9F7 | |
| RGB | rgb(110, 201, 247) | color: rgb(110, 201, 247) | |
| CMYK | cmyk(55%, 19%, 0%, 3%) | — | |
| HSV | hsv(200, 55%, 97%) | — | |
| HWB | hwb(200 44% 3%) | color: hwb(200 44% 3%) | |
| OKLCH | oklch(0.797 0.1088 232.38) | color: oklch(0.797 0.1088 232.38) | |
| Lab | lab(77.16 -14.48 -30.92) | color: lab(77.16 -14.48 -30.92) | |
| LCH | lch(77.16 34.14 244.91) | color: lch(77.16 34.14 244.91) |
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)
#9596EC — rgb(149, 150, 236)
Deuteranopia (Green-blind)
#9089E9 — rgb(144, 137, 233)
Tritanopia (Blue-blind)
#73E3E1 — rgb(115, 227, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 89%, 70%);
text
color: hsl(200, 89%, 70%);
border
border: 2px solid hsl(200, 89%, 70%);
gradient light
background: linear-gradient(to right, hsl(200, 89%, 90%), hsl(200, 89%, 70%));
gradient dark
background: linear-gradient(to right, hsl(200, 89%, 70%), hsl(200, 89%, 50%))
hex
background-color: #6EC9F7;
tailwind
bg-[hsl(200,89%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 89%, 70%, 0.4);
css variable
--color-primary: hsl(200, 89%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 89%, 70%)?
HEX: #6EC9F7 | RGB: rgb(110, 201, 247) | CMYK: 55%, 19%, 0%, 3% | HSV: 200°, 55%, 97%. Copy any format from the conversion table above.
What colors go well with #6EC9F7?
The complementary color is HSL(20, 89%, 70%). 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, 89%, 70%) in CSS?
As HSL: color: hsl(200, 89%, 70%); — As HEX: color: #6EC9F7; — As RGB: color: rgb(110, 201, 247); — Tailwind CSS: bg-[hsl(200,89%,70%)] — CSS variable: --color-primary: hsl(200, 89%, 70%);