HSL(173, 71%, 11%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,71%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 71%, 11%) | color: hsl(173, 71%, 11%) | |
| HEX | #08302B | color: #08302B | |
| RGB | rgb(8, 48, 43) | color: rgb(8, 48, 43) | |
| CMYK | cmyk(83%, 0%, 10%, 81%) | — | |
| HSV | hsv(173, 83%, 19%) | — | |
| HWB | hwb(173 3% 81%) | color: hwb(173 3% 81%) | |
| OKLCH | oklch(0.2805 0.0442 183.03) | color: oklch(0.2805 0.0442 183.03) | |
| Lab | lab(17.18 -15.05 -0.78) | color: lab(17.18 -15.05 -0.78) | |
| LCH | lch(17.18 15.07 182.97) | color: lch(17.18 15.07 182.97) |
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)
#191A2C — rgb(25, 26, 44)
Deuteranopia (Green-blind)
#17142D — rgb(23, 20, 45)
Tritanopia (Blue-blind)
#0A2D2D — rgb(10, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 71%, 11%);
text
color: hsl(173, 71%, 11%);
border
border: 2px solid hsl(173, 71%, 11%);
gradient light
background: linear-gradient(to right, hsl(173, 71%, 31%), hsl(173, 71%, 11%));
gradient dark
background: linear-gradient(to right, hsl(173, 71%, 11%), hsl(173, 71%, 0%))
hex
background-color: #08302B;
tailwind
bg-[hsl(173,71%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 71%, 11%, 0.4);
css variable
--color-primary: hsl(173, 71%, 11%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 71%, 11%)?
HEX: #08302B | RGB: rgb(8, 48, 43) | CMYK: 83%, 0%, 10%, 81% | HSV: 173°, 83%, 19%. Copy any format from the conversion table above.
What colors go well with #08302B?
The complementary color is HSL(353, 71%, 11%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 71%, 11%) in CSS?
As HSL: color: hsl(173, 71%, 11%); — As HEX: color: #08302B; — As RGB: color: rgb(8, 48, 43); — Tailwind CSS: bg-[hsl(173,71%,11%)] — CSS variable: --color-primary: hsl(173, 71%, 11%);