HSL(177, 75%, 16%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,75%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 75%, 16%) | color: hsl(177, 75%, 16%) | |
| HEX | #0A4744 | color: #0A4744 | |
| RGB | rgb(10, 71, 68) | color: rgb(10, 71, 68) | |
| CMYK | cmyk(86%, 0%, 4%, 72%) | — | |
| HSV | hsv(177, 86%, 28%) | — | |
| HWB | hwb(177 4% 72%) | color: hwb(177 4% 72%) | |
| OKLCH | oklch(0.3611 0.0581 189.8) | color: oklch(0.3611 0.0581 189.8) | |
| Lab | lab(26.7 -18.96 -3.53) | color: lab(26.7 -18.96 -3.53) | |
| LCH | lch(26.7 19.29 190.55) | color: lch(26.7 19.29 190.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#242545 — rgb(36, 37, 69)
Deuteranopia (Green-blind)
#211C45 — rgb(33, 28, 69)
Tritanopia (Blue-blind)
#0D4545 — rgb(13, 69, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 75%, 16%);
text
color: hsl(177, 75%, 16%);
border
border: 2px solid hsl(177, 75%, 16%);
gradient light
background: linear-gradient(to right, hsl(177, 75%, 36%), hsl(177, 75%, 16%));
gradient dark
background: linear-gradient(to right, hsl(177, 75%, 16%), hsl(177, 75%, 0%))
hex
background-color: #0A4744;
tailwind
bg-[hsl(177,75%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 75%, 16%, 0.4);
css variable
--color-primary: hsl(177, 75%, 16%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 75%, 16%)?
HEX: #0A4744 | RGB: rgb(10, 71, 68) | CMYK: 86%, 0%, 4%, 72% | HSV: 177°, 86%, 28%. Copy any format from the conversion table above.
What colors go well with #0A4744?
The complementary color is HSL(357, 75%, 16%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 75%, 16%) in CSS?
As HSL: color: hsl(177, 75%, 16%); — As HEX: color: #0A4744; — As RGB: color: rgb(10, 71, 68); — Tailwind CSS: bg-[hsl(177,75%,16%)] — CSS variable: --color-primary: hsl(177, 75%, 16%);