HSL(158, 26%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(158,26%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 26%, 75%) | color: hsl(158, 26%, 75%) | |
| HEX | #AFD0C4 | color: #AFD0C4 | |
| RGB | rgb(175, 208, 196) | color: rgb(175, 208, 196) | |
| CMYK | cmyk(16%, 0%, 6%, 18%) | — | |
| HSV | hsv(158, 16%, 82%) | — | |
| HWB | hwb(158 69% 18%) | color: hwb(158 69% 18%) | |
| OKLCH | oklch(0.83 0.0389 171.32) | color: oklch(0.83 0.0389 171.32) | |
| Lab | lab(80.86 -13.33 2.29) | color: lab(80.86 -13.33 2.29) | |
| LCH | lch(80.86 13.53 170.25) | color: lch(80.86 13.53 170.25) |
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)
#BDBEC7 — rgb(189, 190, 199)
Deuteranopia (Green-blind)
#BBB9C8 — rgb(187, 185, 200)
Tritanopia (Blue-blind)
#B1C9CA — rgb(177, 201, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 26%, 75%);
text
color: hsl(158, 26%, 75%);
border
border: 2px solid hsl(158, 26%, 75%);
gradient light
background: linear-gradient(to right, hsl(158, 26%, 95%), hsl(158, 26%, 75%));
gradient dark
background: linear-gradient(to right, hsl(158, 26%, 75%), hsl(158, 26%, 55%))
hex
background-color: #AFD0C4;
tailwind
bg-[hsl(158,26%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 26%, 75%, 0.4);
css variable
--color-primary: hsl(158, 26%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 26%, 75%)?
HEX: #AFD0C4 | RGB: rgb(175, 208, 196) | CMYK: 16%, 0%, 6%, 18% | HSV: 158°, 16%, 82%. Copy any format from the conversion table above.
What colors go well with #AFD0C4?
The complementary color is HSL(338, 26%, 75%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 26%, 75%) in CSS?
As HSL: color: hsl(158, 26%, 75%); — As HEX: color: #AFD0C4; — As RGB: color: rgb(175, 208, 196); — Tailwind CSS: bg-[hsl(158,26%,75%)] — CSS variable: --color-primary: hsl(158, 26%, 75%);