HSL(192, 75%, 5%)
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(192,75%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 75%, 5%) | color: hsl(192, 75%, 5%) | |
| HEX | #031216 | color: #031216 | |
| RGB | rgb(3, 18, 22) | color: rgb(3, 18, 22) | |
| CMYK | cmyk(86%, 18%, 0%, 91%) | — | |
| HSV | hsv(193, 86%, 9%) | — | |
| HWB | hwb(193 1% 91%) | color: hwb(193 1% 91%) | |
| OKLCH | oklch(0.17 0.0241 215.5) | color: oklch(0.17 0.0241 215.5) | |
| Lab | lab(4.61 -3.52 -4.02) | color: lab(4.61 -3.52 -4.02) | |
| LCH | lch(4.61 5.34 228.79) | color: lch(4.61 5.34 228.79) |
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)
#090A15 — rgb(9, 10, 21)
Deuteranopia (Green-blind)
#090815 — rgb(9, 8, 21)
Tritanopia (Blue-blind)
#041414 — rgb(4, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 75%, 5%);
text
color: hsl(192, 75%, 5%);
border
border: 2px solid hsl(192, 75%, 5%);
gradient light
background: linear-gradient(to right, hsl(192, 75%, 25%), hsl(192, 75%, 5%));
gradient dark
background: linear-gradient(to right, hsl(192, 75%, 5%), hsl(192, 75%, 0%))
hex
background-color: #031216;
tailwind
bg-[hsl(192,75%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 75%, 5%, 0.4);
css variable
--color-primary: hsl(192, 75%, 5%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 75%, 5%)?
HEX: #031216 | RGB: rgb(3, 18, 22) | CMYK: 86%, 18%, 0%, 91% | HSV: 193°, 86%, 9%. Copy any format from the conversion table above.
What colors go well with #031216?
The complementary color is HSL(12, 75%, 5%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 75%, 5%) in CSS?
As HSL: color: hsl(192, 75%, 5%); — As HEX: color: #031216; — As RGB: color: rgb(3, 18, 22); — Tailwind CSS: bg-[hsl(192,75%,5%)] — CSS variable: --color-primary: hsl(192, 75%, 5%);