HSL(183, 80%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(183,80%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(183, 80%, 26%) | color: hsl(183, 80%, 26%) | |
| HEX | #0D7277 | color: #0D7277 | |
| RGB | rgb(13, 114, 119) | color: rgb(13, 114, 119) | |
| CMYK | cmyk(89%, 4%, 0%, 53%) | — | |
| HSV | hsv(183, 89%, 47%) | — | |
| HWB | hwb(183 5% 53%) | color: hwb(183 5% 53%) | |
| OKLCH | oklch(0.5032 0.0827 200.38) | color: oklch(0.5032 0.0827 200.38) | |
| Lab | lab(43.43 -24.05 -10.35) | color: lab(43.43 -24.05 -10.35) | |
| LCH | lch(43.43 26.18 203.28) | color: lch(43.43 26.18 203.28) |
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)
#393A76 — rgb(57, 58, 118)
Deuteranopia (Green-blind)
#332B76 — rgb(51, 43, 118)
Tritanopia (Blue-blind)
#127575 — rgb(18, 117, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(183, 80%, 26%);
text
color: hsl(183, 80%, 26%);
border
border: 2px solid hsl(183, 80%, 26%);
gradient light
background: linear-gradient(to right, hsl(183, 80%, 46%), hsl(183, 80%, 26%));
gradient dark
background: linear-gradient(to right, hsl(183, 80%, 26%), hsl(183, 80%, 6%))
hex
background-color: #0D7277;
tailwind
bg-[hsl(183,80%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(183, 80%, 26%, 0.4);
css variable
--color-primary: hsl(183, 80%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(183, 80%, 26%)?
HEX: #0D7277 | RGB: rgb(13, 114, 119) | CMYK: 89%, 4%, 0%, 53% | HSV: 183°, 89%, 47%. Copy any format from the conversion table above.
What colors go well with #0D7277?
The complementary color is HSL(3, 80%, 26%). 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, 80%, 26%) in CSS?
As HSL: color: hsl(183, 80%, 26%); — As HEX: color: #0D7277; — As RGB: color: rgb(13, 114, 119); — Tailwind CSS: bg-[hsl(183,80%,26%)] — CSS variable: --color-primary: hsl(183, 80%, 26%);