HSL(167, 74%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,74%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 74%, 51%) | color: hsl(167, 74%, 51%) | |
| HEX | #26DFB6 | color: #26DFB6 | |
| RGB | rgb(38, 223, 182) | color: rgb(38, 223, 182) | |
| CMYK | cmyk(83%, 0%, 18%, 13%) | — | |
| HSV | hsv(167, 83%, 87%) | — | |
| HWB | hwb(167 15% 13%) | color: hwb(167 15% 13%) | |
| OKLCH | oklch(0.8082 0.15 172.43) | color: oklch(0.8082 0.15 172.43) | |
| Lab | lab(79.93 -52.99 7.79) | color: lab(79.93 -52.99 7.79) | |
| LCH | lch(79.93 53.56 171.64) | color: lch(79.93 53.56 171.64) |
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)
#7678C0 — rgb(118, 120, 192)
Deuteranopia (Green-blind)
#6B5EC2 — rgb(107, 94, 194)
Tritanopia (Blue-blind)
#2FC8C9 — rgb(47, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 74%, 51%);
text
color: hsl(167, 74%, 51%);
border
border: 2px solid hsl(167, 74%, 51%);
gradient light
background: linear-gradient(to right, hsl(167, 74%, 71%), hsl(167, 74%, 51%));
gradient dark
background: linear-gradient(to right, hsl(167, 74%, 51%), hsl(167, 74%, 31%))
hex
background-color: #26DFB6;
tailwind
bg-[hsl(167,74%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 74%, 51%, 0.4);
css variable
--color-primary: hsl(167, 74%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 74%, 51%)?
HEX: #26DFB6 | RGB: rgb(38, 223, 182) | CMYK: 83%, 0%, 18%, 13% | HSV: 167°, 83%, 87%. Copy any format from the conversion table above.
What colors go well with #26DFB6?
The complementary color is HSL(347, 74%, 51%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 74%, 51%) in CSS?
As HSL: color: hsl(167, 74%, 51%); — As HEX: color: #26DFB6; — As RGB: color: rgb(38, 223, 182); — Tailwind CSS: bg-[hsl(167,74%,51%)] — CSS variable: --color-primary: hsl(167, 74%, 51%);