HSL(182, 60%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,60%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 60%, 34%) | color: hsl(182, 60%, 34%) | |
| HEX | #23878B | color: #23878B | |
| RGB | rgb(35, 135, 139) | color: rgb(35, 135, 139) | |
| CMYK | cmyk(75%, 3%, 0%, 45%) | — | |
| HSV | hsv(182, 75%, 55%) | — | |
| HWB | hwb(182 14% 45%) | color: hwb(182 14% 45%) | |
| OKLCH | oklch(0.5705 0.0876 199.01) | color: oklch(0.5705 0.0876 199.01) | |
| Lab | lab(51.32 -26.03 -10.28) | color: lab(51.32 -26.03 -10.28) | |
| LCH | lch(51.32 27.99 201.55) | color: lch(51.32 27.99 201.55) |
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)
#4E4F8A — rgb(78, 79, 138)
Deuteranopia (Green-blind)
#49418A — rgb(73, 65, 138)
Tritanopia (Blue-blind)
#288989 — rgb(40, 137, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 60%, 34%);
text
color: hsl(182, 60%, 34%);
border
border: 2px solid hsl(182, 60%, 34%);
gradient light
background: linear-gradient(to right, hsl(182, 60%, 54%), hsl(182, 60%, 34%));
gradient dark
background: linear-gradient(to right, hsl(182, 60%, 34%), hsl(182, 60%, 14%))
hex
background-color: #23878B;
tailwind
bg-[hsl(182,60%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 60%, 34%, 0.4);
css variable
--color-primary: hsl(182, 60%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 60%, 34%)?
HEX: #23878B | RGB: rgb(35, 135, 139) | CMYK: 75%, 3%, 0%, 45% | HSV: 182°, 75%, 55%. Copy any format from the conversion table above.
What colors go well with #23878B?
The complementary color is HSL(2, 60%, 34%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 60%, 34%) in CSS?
As HSL: color: hsl(182, 60%, 34%); — As HEX: color: #23878B; — As RGB: color: rgb(35, 135, 139); — Tailwind CSS: bg-[hsl(182,60%,34%)] — CSS variable: --color-primary: hsl(182, 60%, 34%);