HSL(183, 70%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(183,70%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(183, 70%, 30%) | color: hsl(183, 70%, 30%) | |
| HEX | #177D82 | color: #177D82 | |
| RGB | rgb(23, 125, 130) | color: rgb(23, 125, 130) | |
| CMYK | cmyk(82%, 4%, 0%, 49%) | — | |
| HSV | hsv(183, 82%, 51%) | — | |
| HWB | hwb(183 9% 49%) | color: hwb(183 9% 49%) | |
| OKLCH | oklch(0.5385 0.0862 200.11) | color: oklch(0.5385 0.0862 200.11) | |
| Lab | lab(47.57 -25.19 -10.66) | color: lab(47.57 -25.19 -10.66) | |
| LCH | lch(47.57 27.35 202.94) | color: lch(47.57 27.35 202.94) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#434481 — rgb(67, 68, 129)
Deuteranopia (Green-blind)
#3D3681 — rgb(61, 54, 129)
Tritanopia (Blue-blind)
#1C8080 — rgb(28, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(183, 70%, 30%);
text
color: hsl(183, 70%, 30%);
border
border: 2px solid hsl(183, 70%, 30%);
gradient light
background: linear-gradient(to right, hsl(183, 70%, 50%), hsl(183, 70%, 30%));
gradient dark
background: linear-gradient(to right, hsl(183, 70%, 30%), hsl(183, 70%, 10%))
hex
background-color: #177D82;
tailwind
bg-[hsl(183,70%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(183, 70%, 30%, 0.4);
css variable
--color-primary: hsl(183, 70%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(183, 70%, 30%)?
HEX: #177D82 | RGB: rgb(23, 125, 130) | CMYK: 82%, 4%, 0%, 49% | HSV: 183°, 82%, 51%. Copy any format from the conversion table above.
What colors go well with #177D82?
The complementary color is HSL(3, 70%, 30%). For a triadic harmony, use hues 183°, 303°, and 63°. For analogous combinations, try hues 153° and 213°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(183, 70%, 30%) in CSS?
As HSL: color: hsl(183, 70%, 30%); — As HEX: color: #177D82; — As RGB: color: rgb(23, 125, 130); — Tailwind CSS: bg-[hsl(183,70%,30%)] — CSS variable: --color-primary: hsl(183, 70%, 30%);