HSL(168, 30%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(168,30%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 30%, 76%) | color: hsl(168, 30%, 76%) | |
| HEX | #AFD4CD | color: #AFD4CD | |
| RGB | rgb(175, 212, 205) | color: rgb(175, 212, 205) | |
| CMYK | cmyk(17%, 0%, 3%, 17%) | — | |
| HSV | hsv(169, 17%, 83%) | — | |
| HWB | hwb(169 69% 17%) | color: hwb(169 69% 17%) | |
| OKLCH | oklch(0.8412 0.0403 182.57) | color: oklch(0.8412 0.0403 182.57) | |
| Lab | lab(82.17 -13.57 -0.6) | color: lab(82.17 -13.57 -0.6) | |
| LCH | lch(82.17 13.58 182.53) | color: lch(82.17 13.58 182.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)
#BFBFCF — rgb(191, 191, 207)
Deuteranopia (Green-blind)
#BDBACF — rgb(189, 186, 207)
Tritanopia (Blue-blind)
#B1D0D0 — rgb(177, 208, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 30%, 76%);
text
color: hsl(168, 30%, 76%);
border
border: 2px solid hsl(168, 30%, 76%);
gradient light
background: linear-gradient(to right, hsl(168, 30%, 96%), hsl(168, 30%, 76%));
gradient dark
background: linear-gradient(to right, hsl(168, 30%, 76%), hsl(168, 30%, 56%))
hex
background-color: #AFD4CD;
tailwind
bg-[hsl(168,30%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 30%, 76%, 0.4);
css variable
--color-primary: hsl(168, 30%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 30%, 76%)?
HEX: #AFD4CD | RGB: rgb(175, 212, 205) | CMYK: 17%, 0%, 3%, 17% | HSV: 169°, 17%, 83%. Copy any format from the conversion table above.
What colors go well with #AFD4CD?
The complementary color is HSL(348, 30%, 76%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(168, 30%, 76%) in CSS?
As HSL: color: hsl(168, 30%, 76%); — As HEX: color: #AFD4CD; — As RGB: color: rgb(175, 212, 205); — Tailwind CSS: bg-[hsl(168,30%,76%)] — CSS variable: --color-primary: hsl(168, 30%, 76%);