HSL(90, 100%, 1%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,100%,1%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 100%, 1%) | color: hsl(90, 100%, 1%) | |
| HEX | #030500 | color: #030500 | |
| RGB | rgb(3, 5, 0) | color: rgb(3, 5, 0) | |
| CMYK | cmyk(40%, 0%, 100%, 98%) | — | |
| HSV | hsv(84, 100%, 2%) | — | |
| HWB | hwb(84 0% 98%) | color: hwb(84 0% 98%) | |
| OKLCH | oklch(0.1069 0.0263 123.22) | color: oklch(0.1069 0.0263 123.22) | |
| Lab | lab(1.16 -1.22 1.71) | color: lab(1.16 -1.22 1.71) | |
| LCH | lch(1.16 2.1 125.51) | color: lch(1.16 2.1 125.51) |
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)
#040401 — rgb(4, 4, 1)
Deuteranopia (Green-blind)
#040402 — rgb(4, 4, 2)
Tritanopia (Blue-blind)
#030202 — rgb(3, 2, 2)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 100%, 1%);
text
color: hsl(90, 100%, 1%);
border
border: 2px solid hsl(90, 100%, 1%);
gradient light
background: linear-gradient(to right, hsl(90, 100%, 21%), hsl(90, 100%, 1%));
gradient dark
background: linear-gradient(to right, hsl(90, 100%, 1%), hsl(90, 100%, 0%))
hex
background-color: #030500;
tailwind
bg-[hsl(90,100%,1%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 100%, 1%, 0.4);
css variable
--color-primary: hsl(90, 100%, 1%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(90, 100%, 1%)?
HEX: #030500 | RGB: rgb(3, 5, 0) | CMYK: 40%, 0%, 100%, 98% | HSV: 84°, 100%, 2%. Copy any format from the conversion table above.
What colors go well with #030500?
The complementary color is HSL(270, 100%, 1%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 100%, 1%) in CSS?
As HSL: color: hsl(90, 100%, 1%); — As HEX: color: #030500; — As RGB: color: rgb(3, 5, 0); — Tailwind CSS: bg-[hsl(90,100%,1%)] — CSS variable: --color-primary: hsl(90, 100%, 1%);