HSL(248, 15%, 15%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(248,15%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 15%, 15%) | color: hsl(248, 15%, 15%) | |
| HEX | #22212C | color: #22212C | |
| RGB | rgb(34, 33, 44) | color: rgb(34, 33, 44) | |
| CMYK | cmyk(23%, 25%, 0%, 83%) | — | |
| HSV | hsv(245, 25%, 17%) | — | |
| HWB | hwb(245 13% 83%) | color: hwb(245 13% 83%) | |
| OKLCH | oklch(0.2538 0.0206 289) | color: oklch(0.2538 0.0206 289) | |
| Lab | lab(13.29 3.43 -7.14) | color: lab(13.29 3.43 -7.14) | |
| LCH | lch(13.29 7.92 295.66) | color: lch(13.29 7.92 295.66) |
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)
#222229 — rgb(34, 34, 41)
Deuteranopia (Green-blind)
#222229 — rgb(34, 34, 41)
Tritanopia (Blue-blind)
#222727 — rgb(34, 39, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 15%, 15%);
text
color: hsl(248, 15%, 15%);
border
border: 2px solid hsl(248, 15%, 15%);
gradient light
background: linear-gradient(to right, hsl(248, 15%, 35%), hsl(248, 15%, 15%));
gradient dark
background: linear-gradient(to right, hsl(248, 15%, 15%), hsl(248, 15%, 0%))
hex
background-color: #22212C;
tailwind
bg-[hsl(248,15%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 15%, 15%, 0.4);
css variable
--color-primary: hsl(248, 15%, 15%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 15%, 15%)?
HEX: #22212C | RGB: rgb(34, 33, 44) | CMYK: 23%, 25%, 0%, 83% | HSV: 245°, 25%, 17%. Copy any format from the conversion table above.
What colors go well with #22212C?
The complementary color is HSL(68, 15%, 15%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 15%, 15%) in CSS?
As HSL: color: hsl(248, 15%, 15%); — As HEX: color: #22212C; — As RGB: color: rgb(34, 33, 44); — Tailwind CSS: bg-[hsl(248,15%,15%)] — CSS variable: --color-primary: hsl(248, 15%, 15%);