HSL(153, 57%, 84%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,57%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 57%, 84%) | color: hsl(153, 57%, 84%) | |
| HEX | #BFEDD9 | color: #BFEDD9 | |
| RGB | rgb(191, 237, 217) | color: rgb(191, 237, 217) | |
| CMYK | cmyk(19%, 0%, 8%, 7%) | — | |
| HSV | hsv(154, 19%, 93%) | — | |
| HWB | hwb(154 75% 7%) | color: hwb(154 75% 7%) | |
| OKLCH | oklch(0.9083 0.0547 166.85) | color: oklch(0.9083 0.0547 166.85) | |
| Lab | lab(90.16 -18.68 4.82) | color: lab(90.16 -18.68 4.82) | |
| LCH | lch(90.16 19.29 165.53) | color: lch(90.16 19.29 165.53) |
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)
#D3D3DE — rgb(211, 211, 222)
Deuteranopia (Green-blind)
#D0CDDF — rgb(208, 205, 223)
Tritanopia (Blue-blind)
#C1E2E3 — rgb(193, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 57%, 84%);
text
color: hsl(153, 57%, 84%);
border
border: 2px solid hsl(153, 57%, 84%);
gradient light
background: linear-gradient(to right, hsl(153, 57%, 100%), hsl(153, 57%, 84%));
gradient dark
background: linear-gradient(to right, hsl(153, 57%, 84%), hsl(153, 57%, 64%))
hex
background-color: #BFEDD9;
tailwind
bg-[hsl(153,57%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 57%, 84%, 0.4);
css variable
--color-primary: hsl(153, 57%, 84%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 57%, 84%)?
HEX: #BFEDD9 | RGB: rgb(191, 237, 217) | CMYK: 19%, 0%, 8%, 7% | HSV: 154°, 19%, 93%. Copy any format from the conversion table above.
What colors go well with #BFEDD9?
The complementary color is HSL(333, 57%, 84%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 57%, 84%) in CSS?
As HSL: color: hsl(153, 57%, 84%); — As HEX: color: #BFEDD9; — As RGB: color: rgb(191, 237, 217); — Tailwind CSS: bg-[hsl(153,57%,84%)] — CSS variable: --color-primary: hsl(153, 57%, 84%);