HSL(157, 68%, 89%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,68%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 68%, 89%) | color: hsl(157, 68%, 89%) | |
| HEX | #D0F6E7 | color: #D0F6E7 | |
| RGB | rgb(208, 246, 231) | color: rgb(208, 246, 231) | |
| CMYK | cmyk(15%, 0%, 6%, 4%) | — | |
| HSV | hsv(156, 15%, 96%) | — | |
| HWB | hwb(156 82% 4%) | color: hwb(156 82% 4%) | |
| OKLCH | oklch(0.942 0.0442 169.51) | color: oklch(0.942 0.0442 169.51) | |
| Lab | lab(93.92 -15.1 3.12) | color: lab(93.92 -15.1 3.12) | |
| LCH | lch(93.92 15.42 168.33) | color: lch(93.92 15.42 168.33) |
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)
#E0E1EB — rgb(224, 225, 235)
Deuteranopia (Green-blind)
#DEDBEC — rgb(222, 219, 236)
Tritanopia (Blue-blind)
#D2EDEE — rgb(210, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 68%, 89%);
text
color: hsl(157, 68%, 89%);
border
border: 2px solid hsl(157, 68%, 89%);
gradient light
background: linear-gradient(to right, hsl(157, 68%, 100%), hsl(157, 68%, 89%));
gradient dark
background: linear-gradient(to right, hsl(157, 68%, 89%), hsl(157, 68%, 69%))
hex
background-color: #D0F6E7;
tailwind
bg-[hsl(157,68%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 68%, 89%, 0.4);
css variable
--color-primary: hsl(157, 68%, 89%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 68%, 89%)?
HEX: #D0F6E7 | RGB: rgb(208, 246, 231) | CMYK: 15%, 0%, 6%, 4% | HSV: 156°, 15%, 96%. Copy any format from the conversion table above.
What colors go well with #D0F6E7?
The complementary color is HSL(337, 68%, 89%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 68%, 89%) in CSS?
As HSL: color: hsl(157, 68%, 89%); — As HEX: color: #D0F6E7; — As RGB: color: rgb(208, 246, 231); — Tailwind CSS: bg-[hsl(157,68%,89%)] — CSS variable: --color-primary: hsl(157, 68%, 89%);