HSL(261, 2%, 1%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(261,2%,1%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 2%, 1%) | color: hsl(261, 2%, 1%) | |
| HEX | #030203 | color: #030203 | |
| RGB | rgb(3, 2, 3) | color: rgb(3, 2, 3) | |
| CMYK | cmyk(0%, 33%, 0%, 99%) | — | |
| HSV | hsv(300, 33%, 1%) | — | |
| HWB | hwb(300 1% 99%) | color: hwb(300 1% 99%) | |
| OKLCH | oklch(0.0893 0.0069 326.14) | color: oklch(0.0893 0.0069 326.14) | |
| Lab | lab(0.63 0.4 -0.29) | color: lab(0.63 0.4 -0.29) | |
| LCH | lch(0.63 0.49 324.06) | color: lch(0.63 0.49 324.06) |
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)
#030303 — rgb(3, 3, 3)
Deuteranopia (Green-blind)
#030303 — rgb(3, 3, 3)
Tritanopia (Blue-blind)
#030303 — rgb(3, 3, 3)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 2%, 1%);
text
color: hsl(261, 2%, 1%);
border
border: 2px solid hsl(261, 2%, 1%);
gradient light
background: linear-gradient(to right, hsl(261, 2%, 21%), hsl(261, 2%, 1%));
gradient dark
background: linear-gradient(to right, hsl(261, 2%, 1%), hsl(261, 2%, 0%))
hex
background-color: #030203;
tailwind
bg-[hsl(261,2%,1%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 2%, 1%, 0.4);
css variable
--color-primary: hsl(261, 2%, 1%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(261, 2%, 1%)?
HEX: #030203 | RGB: rgb(3, 2, 3) | CMYK: 0%, 33%, 0%, 99% | HSV: 300°, 33%, 1%. Copy any format from the conversion table above.
What colors go well with #030203?
The complementary color is HSL(81, 2%, 1%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 2%, 1%) in CSS?
As HSL: color: hsl(261, 2%, 1%); — As HEX: color: #030203; — As RGB: color: rgb(3, 2, 3); — Tailwind CSS: bg-[hsl(261,2%,1%)] — CSS variable: --color-primary: hsl(261, 2%, 1%);