HSL(215, 10%, 12%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(215,10%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 10%, 12%) | color: hsl(215, 10%, 12%) | |
| HEX | #1C1E22 | color: #1C1E22 | |
| RGB | rgb(28, 30, 34) | color: rgb(28, 30, 34) | |
| CMYK | cmyk(18%, 12%, 0%, 87%) | — | |
| HSV | hsv(220, 18%, 13%) | — | |
| HWB | hwb(220 11% 87%) | color: hwb(220 11% 87%) | |
| OKLCH | oklch(0.2346 0.0083 264.4) | color: oklch(0.2346 0.0083 264.4) | |
| Lab | lab(11.21 0.15 -3.04) | color: lab(11.21 0.15 -3.04) | |
| LCH | lch(11.21 3.04 272.82) | color: lch(11.21 3.04 272.82) |
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)
#1D1D21 — rgb(29, 29, 33)
Deuteranopia (Green-blind)
#1D1D21 — rgb(29, 29, 33)
Tritanopia (Blue-blind)
#1C2020 — rgb(28, 32, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 10%, 12%);
text
color: hsl(215, 10%, 12%);
border
border: 2px solid hsl(215, 10%, 12%);
gradient light
background: linear-gradient(to right, hsl(215, 10%, 32%), hsl(215, 10%, 12%));
gradient dark
background: linear-gradient(to right, hsl(215, 10%, 12%), hsl(215, 10%, 0%))
hex
background-color: #1C1E22;
tailwind
bg-[hsl(215,10%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 10%, 12%, 0.4);
css variable
--color-primary: hsl(215, 10%, 12%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 10%, 12%)?
HEX: #1C1E22 | RGB: rgb(28, 30, 34) | CMYK: 18%, 12%, 0%, 87% | HSV: 220°, 18%, 13%. Copy any format from the conversion table above.
What colors go well with #1C1E22?
The complementary color is HSL(35, 10%, 12%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 10%, 12%) in CSS?
As HSL: color: hsl(215, 10%, 12%); — As HEX: color: #1C1E22; — As RGB: color: rgb(28, 30, 34); — Tailwind CSS: bg-[hsl(215,10%,12%)] — CSS variable: --color-primary: hsl(215, 10%, 12%);