HSL(270, 90%, 6%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,90%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 90%, 6%) | color: hsl(270, 90%, 6%) | |
| HEX | #0F021D | color: #0F021D | |
| RGB | rgb(15, 2, 29) | color: rgb(15, 2, 29) | |
| CMYK | cmyk(48%, 93%, 0%, 89%) | — | |
| HSV | hsv(269, 93%, 11%) | — | |
| HWB | hwb(269 1% 89%) | color: hwb(269 1% 89%) | |
| OKLCH | oklch(0.1404 0.0611 304.07) | color: oklch(0.1404 0.0611 304.07) | |
| Lab | lab(2.11 8.94 -13.08) | color: lab(2.11 8.94 -13.08) | |
| LCH | lch(2.11 15.84 304.35) | color: lch(2.11 15.84 304.35) |
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)
#090916 — rgb(9, 9, 22)
Deuteranopia (Green-blind)
#0A0B15 — rgb(10, 11, 21)
Tritanopia (Blue-blind)
#0E1110 — rgb(14, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 90%, 6%);
text
color: hsl(270, 90%, 6%);
border
border: 2px solid hsl(270, 90%, 6%);
gradient light
background: linear-gradient(to right, hsl(270, 90%, 26%), hsl(270, 90%, 6%));
gradient dark
background: linear-gradient(to right, hsl(270, 90%, 6%), hsl(270, 90%, 0%))
hex
background-color: #0F021D;
tailwind
bg-[hsl(270,90%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 90%, 6%, 0.4);
css variable
--color-primary: hsl(270, 90%, 6%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 90%, 6%)?
HEX: #0F021D | RGB: rgb(15, 2, 29) | CMYK: 48%, 93%, 0%, 89% | HSV: 269°, 93%, 11%. Copy any format from the conversion table above.
What colors go well with #0F021D?
The complementary color is HSL(90, 90%, 6%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 90%, 6%) in CSS?
As HSL: color: hsl(270, 90%, 6%); — As HEX: color: #0F021D; — As RGB: color: rgb(15, 2, 29); — Tailwind CSS: bg-[hsl(270,90%,6%)] — CSS variable: --color-primary: hsl(270, 90%, 6%);