HSL(151, 33%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,33%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 33%, 80%) | color: hsl(151, 33%, 80%) | |
| HEX | #BBDDCD | color: #BBDDCD | |
| RGB | rgb(187, 221, 205) | color: rgb(187, 221, 205) | |
| CMYK | cmyk(15%, 0%, 7%, 13%) | — | |
| HSV | hsv(152, 15%, 87%) | — | |
| HWB | hwb(152 74% 13%) | color: hwb(152 74% 13%) | |
| OKLCH | oklch(0.8684 0.0421 165.31) | color: oklch(0.8684 0.0421 165.31) | |
| Lab | lab(85.34 -14.28 4.12) | color: lab(85.34 -14.28 4.12) | |
| LCH | lch(85.34 14.86 163.91) | color: lch(85.34 14.86 163.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)
#CACAD1 — rgb(202, 202, 209)
Deuteranopia (Green-blind)
#C8C5D2 — rgb(200, 197, 210)
Tritanopia (Blue-blind)
#BDD4D5 — rgb(189, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 33%, 80%);
text
color: hsl(151, 33%, 80%);
border
border: 2px solid hsl(151, 33%, 80%);
gradient light
background: linear-gradient(to right, hsl(151, 33%, 100%), hsl(151, 33%, 80%));
gradient dark
background: linear-gradient(to right, hsl(151, 33%, 80%), hsl(151, 33%, 60%))
hex
background-color: #BBDDCD;
tailwind
bg-[hsl(151,33%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 33%, 80%, 0.4);
css variable
--color-primary: hsl(151, 33%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 33%, 80%)?
HEX: #BBDDCD | RGB: rgb(187, 221, 205) | CMYK: 15%, 0%, 7%, 13% | HSV: 152°, 15%, 87%. Copy any format from the conversion table above.
What colors go well with #BBDDCD?
The complementary color is HSL(331, 33%, 80%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 33%, 80%) in CSS?
As HSL: color: hsl(151, 33%, 80%); — As HEX: color: #BBDDCD; — As RGB: color: rgb(187, 221, 205); — Tailwind CSS: bg-[hsl(151,33%,80%)] — CSS variable: --color-primary: hsl(151, 33%, 80%);