HSL(176, 60%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,60%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 60%, 34%) | color: hsl(176, 60%, 34%) | |
| HEX | #238B84 | color: #238B84 | |
| RGB | rgb(35, 139, 132) | color: rgb(35, 139, 132) | |
| CMYK | cmyk(75%, 0%, 5%, 45%) | — | |
| HSV | hsv(176, 75%, 55%) | — | |
| HWB | hwb(176 14% 45%) | color: hwb(176 14% 45%) | |
| OKLCH | oklch(0.5784 0.0913 188.2) | color: oklch(0.5784 0.0913 188.2) | |
| Lab | lab(52.38 -30.14 -4.63) | color: lab(52.38 -30.14 -4.63) | |
| LCH | lch(52.38 30.49 188.73) | color: lch(52.38 30.49 188.73) |
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)
#505186 — rgb(80, 81, 134)
Deuteranopia (Green-blind)
#4A4286 — rgb(74, 66, 134)
Tritanopia (Blue-blind)
#288787 — rgb(40, 135, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 60%, 34%);
text
color: hsl(176, 60%, 34%);
border
border: 2px solid hsl(176, 60%, 34%);
gradient light
background: linear-gradient(to right, hsl(176, 60%, 54%), hsl(176, 60%, 34%));
gradient dark
background: linear-gradient(to right, hsl(176, 60%, 34%), hsl(176, 60%, 14%))
hex
background-color: #238B84;
tailwind
bg-[hsl(176,60%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 60%, 34%, 0.4);
css variable
--color-primary: hsl(176, 60%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 60%, 34%)?
HEX: #238B84 | RGB: rgb(35, 139, 132) | CMYK: 75%, 0%, 5%, 45% | HSV: 176°, 75%, 55%. Copy any format from the conversion table above.
What colors go well with #238B84?
The complementary color is HSL(356, 60%, 34%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 60%, 34%) in CSS?
As HSL: color: hsl(176, 60%, 34%); — As HEX: color: #238B84; — As RGB: color: rgb(35, 139, 132); — Tailwind CSS: bg-[hsl(176,60%,34%)] — CSS variable: --color-primary: hsl(176, 60%, 34%);