HSL(154, 83%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,83%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 83%, 85%) | color: hsl(154, 83%, 85%) | |
| HEX | #B9F8DD | color: #B9F8DD | |
| RGB | rgb(185, 248, 221) | color: rgb(185, 248, 221) | |
| CMYK | cmyk(25%, 0%, 11%, 3%) | — | |
| HSV | hsv(154, 25%, 97%) | — | |
| HWB | hwb(154 73% 3%) | color: hwb(154 73% 3%) | |
| OKLCH | oklch(0.9293 0.0733 166.55) | color: oklch(0.9293 0.0733 166.55) | |
| Lab | lab(92.87 -25.11 6.61) | color: lab(92.87 -25.11 6.61) | |
| LCH | lch(92.87 25.97 165.25) | color: lch(92.87 25.97 165.25) |
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)
#D4D5E4 — rgb(212, 213, 228)
Deuteranopia (Green-blind)
#D1CCE5 — rgb(209, 204, 229)
Tritanopia (Blue-blind)
#BCE9EA — rgb(188, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 83%, 85%);
text
color: hsl(154, 83%, 85%);
border
border: 2px solid hsl(154, 83%, 85%);
gradient light
background: linear-gradient(to right, hsl(154, 83%, 100%), hsl(154, 83%, 85%));
gradient dark
background: linear-gradient(to right, hsl(154, 83%, 85%), hsl(154, 83%, 65%))
hex
background-color: #B9F8DD;
tailwind
bg-[hsl(154,83%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 83%, 85%, 0.4);
css variable
--color-primary: hsl(154, 83%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 83%, 85%)?
HEX: #B9F8DD | RGB: rgb(185, 248, 221) | CMYK: 25%, 0%, 11%, 3% | HSV: 154°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #B9F8DD?
The complementary color is HSL(334, 83%, 85%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(154, 83%, 85%) in CSS?
As HSL: color: hsl(154, 83%, 85%); — As HEX: color: #B9F8DD; — As RGB: color: rgb(185, 248, 221); — Tailwind CSS: bg-[hsl(154,83%,85%)] — CSS variable: --color-primary: hsl(154, 83%, 85%);