HSL(164, 30%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,30%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 30%, 77%) | color: hsl(164, 30%, 77%) | |
| HEX | #B3D6CD | color: #B3D6CD | |
| RGB | rgb(179, 214, 205) | color: rgb(179, 214, 205) | |
| CMYK | cmyk(16%, 0%, 4%, 16%) | — | |
| HSV | hsv(165, 16%, 84%) | — | |
| HWB | hwb(165 71% 16%) | color: hwb(165 71% 16%) | |
| OKLCH | oklch(0.8481 0.0391 178.01) | color: oklch(0.8481 0.0391 178.01) | |
| Lab | lab(82.96 -13.31 0.59) | color: lab(82.96 -13.31 0.59) | |
| LCH | lch(82.96 13.32 177.46) | color: lch(82.96 13.32 177.46) |
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)
#C2C2CF — rgb(194, 194, 207)
Deuteranopia (Green-blind)
#C0BED0 — rgb(192, 190, 208)
Tritanopia (Blue-blind)
#B5D1D1 — rgb(181, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 30%, 77%);
text
color: hsl(164, 30%, 77%);
border
border: 2px solid hsl(164, 30%, 77%);
gradient light
background: linear-gradient(to right, hsl(164, 30%, 97%), hsl(164, 30%, 77%));
gradient dark
background: linear-gradient(to right, hsl(164, 30%, 77%), hsl(164, 30%, 57%))
hex
background-color: #B3D6CD;
tailwind
bg-[hsl(164,30%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 30%, 77%, 0.4);
css variable
--color-primary: hsl(164, 30%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 30%, 77%)?
HEX: #B3D6CD | RGB: rgb(179, 214, 205) | CMYK: 16%, 0%, 4%, 16% | HSV: 165°, 16%, 84%. Copy any format from the conversion table above.
What colors go well with #B3D6CD?
The complementary color is HSL(344, 30%, 77%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 30%, 77%) in CSS?
As HSL: color: hsl(164, 30%, 77%); — As HEX: color: #B3D6CD; — As RGB: color: rgb(179, 214, 205); — Tailwind CSS: bg-[hsl(164,30%,77%)] — CSS variable: --color-primary: hsl(164, 30%, 77%);