HSL(184, 100%, 10%)
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(184,100%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(184, 100%, 10%) | color: hsl(184, 100%, 10%) | |
| HEX | #003033 | color: #003033 | |
| RGB | rgb(0, 48, 51) | color: rgb(0, 48, 51) | |
| CMYK | cmyk(100%, 6%, 0%, 80%) | — | |
| HSV | hsv(184, 100%, 20%) | — | |
| HWB | hwb(184 0% 80%) | color: hwb(184 0% 80%) | |
| OKLCH | oklch(0.2813 0.0478 201.42) | color: oklch(0.2813 0.0478 201.42) | |
| Lab | lab(17.24 -13.7 -6.27) | color: lab(17.24 -13.7 -6.27) | |
| LCH | lch(17.24 15.07 204.59) | color: lch(17.24 15.07 204.59) |
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)
#151532 — rgb(21, 21, 50)
Deuteranopia (Green-blind)
#120E32 — rgb(18, 14, 50)
Tritanopia (Blue-blind)
#023232 — rgb(2, 50, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(184, 100%, 10%);
text
color: hsl(184, 100%, 10%);
border
border: 2px solid hsl(184, 100%, 10%);
gradient light
background: linear-gradient(to right, hsl(184, 100%, 30%), hsl(184, 100%, 10%));
gradient dark
background: linear-gradient(to right, hsl(184, 100%, 10%), hsl(184, 100%, 0%))
hex
background-color: #003033;
tailwind
bg-[hsl(184,100%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(184, 100%, 10%, 0.4);
css variable
--color-primary: hsl(184, 100%, 10%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(184, 100%, 10%)?
HEX: #003033 | RGB: rgb(0, 48, 51) | CMYK: 100%, 6%, 0%, 80% | HSV: 184°, 100%, 20%. Copy any format from the conversion table above.
What colors go well with #003033?
The complementary color is HSL(4, 100%, 10%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(184, 100%, 10%) in CSS?
As HSL: color: hsl(184, 100%, 10%); — As HEX: color: #003033; — As RGB: color: rgb(0, 48, 51); — Tailwind CSS: bg-[hsl(184,100%,10%)] — CSS variable: --color-primary: hsl(184, 100%, 10%);