HSL(152, 30%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,30%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 30%, 80%) | color: hsl(152, 30%, 80%) | |
| HEX | #BDDBCD | color: #BDDBCD | |
| RGB | rgb(189, 219, 205) | color: rgb(189, 219, 205) | |
| CMYK | cmyk(14%, 0%, 6%, 14%) | — | |
| HSV | hsv(152, 14%, 86%) | — | |
| HWB | hwb(152 74% 14%) | color: hwb(152 74% 14%) | |
| OKLCH | oklch(0.8655 0.0372 165.68) | color: oklch(0.8655 0.0372 165.68) | |
| Lab | lab(84.94 -12.61 3.55) | color: lab(84.94 -12.61 3.55) | |
| LCH | lch(84.94 13.1 164.28) | color: lch(84.94 13.1 164.28) |
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)
#CACAD0 — rgb(202, 202, 208)
Deuteranopia (Green-blind)
#C8C6D1 — rgb(200, 198, 209)
Tritanopia (Blue-blind)
#BFD3D4 — rgb(191, 211, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 30%, 80%);
text
color: hsl(152, 30%, 80%);
border
border: 2px solid hsl(152, 30%, 80%);
gradient light
background: linear-gradient(to right, hsl(152, 30%, 100%), hsl(152, 30%, 80%));
gradient dark
background: linear-gradient(to right, hsl(152, 30%, 80%), hsl(152, 30%, 60%))
hex
background-color: #BDDBCD;
tailwind
bg-[hsl(152,30%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 30%, 80%, 0.4);
css variable
--color-primary: hsl(152, 30%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 30%, 80%)?
HEX: #BDDBCD | RGB: rgb(189, 219, 205) | CMYK: 14%, 0%, 6%, 14% | HSV: 152°, 14%, 86%. Copy any format from the conversion table above.
What colors go well with #BDDBCD?
The complementary color is HSL(332, 30%, 80%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 30%, 80%) in CSS?
As HSL: color: hsl(152, 30%, 80%); — As HEX: color: #BDDBCD; — As RGB: color: rgb(189, 219, 205); — Tailwind CSS: bg-[hsl(152,30%,80%)] — CSS variable: --color-primary: hsl(152, 30%, 80%);