HSL(185, 70%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(185,70%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 70%, 30%) | color: hsl(185, 70%, 30%) | |
| HEX | #177982 | color: #177982 | |
| RGB | rgb(23, 121, 130) | color: rgb(23, 121, 130) | |
| CMYK | cmyk(82%, 7%, 0%, 49%) | — | |
| HSV | hsv(185, 82%, 51%) | — | |
| HWB | hwb(185 9% 49%) | color: hwb(185 9% 49%) | |
| OKLCH | oklch(0.5279 0.0845 204.58) | color: oklch(0.5279 0.0845 204.58) | |
| Lab | lab(46.27 -23.13 -12.63) | color: lab(46.27 -23.13 -12.63) | |
| LCH | lch(46.27 26.35 208.64) | color: lch(46.27 26.35 208.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#414280 — rgb(65, 66, 128)
Deuteranopia (Green-blind)
#3C347F — rgb(60, 52, 127)
Tritanopia (Blue-blind)
#1C7E7E — rgb(28, 126, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 70%, 30%);
text
color: hsl(185, 70%, 30%);
border
border: 2px solid hsl(185, 70%, 30%);
gradient light
background: linear-gradient(to right, hsl(185, 70%, 50%), hsl(185, 70%, 30%));
gradient dark
background: linear-gradient(to right, hsl(185, 70%, 30%), hsl(185, 70%, 10%))
hex
background-color: #177982;
tailwind
bg-[hsl(185,70%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 70%, 30%, 0.4);
css variable
--color-primary: hsl(185, 70%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 70%, 30%)?
HEX: #177982 | RGB: rgb(23, 121, 130) | CMYK: 82%, 7%, 0%, 49% | HSV: 185°, 82%, 51%. Copy any format from the conversion table above.
What colors go well with #177982?
The complementary color is HSL(5, 70%, 30%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 70%, 30%) in CSS?
As HSL: color: hsl(185, 70%, 30%); — As HEX: color: #177982; — As RGB: color: rgb(23, 121, 130); — Tailwind CSS: bg-[hsl(185,70%,30%)] — CSS variable: --color-primary: hsl(185, 70%, 30%);