HSL(195, 5%, 19%)
Grayish Black — Black color
Adjust Color
Color Information
Color Name
Grayish Black
Color Family
Black
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(195,5%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 5%, 19%) | color: hsl(195, 5%, 19%) | |
| HEX | #2E3233 | color: #2E3233 | |
| RGB | rgb(46, 50, 51) | color: rgb(46, 50, 51) | |
| CMYK | cmyk(10%, 2%, 0%, 80%) | — | |
| HSV | hsv(192, 10%, 20%) | — | |
| HWB | hwb(192 18% 80%) | color: hwb(192 18% 80%) | |
| OKLCH | oklch(0.3136 0.0059 214.38) | color: oklch(0.3136 0.0059 214.38) | |
| Lab | lab(20.44 -1.48 -1.23) | color: lab(20.44 -1.48 -1.23) | |
| LCH | lch(20.44 1.92 219.73) | color: lch(20.44 1.92 219.73) |
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)
#303033 — rgb(48, 48, 51)
Deuteranopia (Green-blind)
#302F33 — rgb(48, 47, 51)
Tritanopia (Blue-blind)
#2E3333 — rgb(46, 51, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 5%, 19%);
text
color: hsl(195, 5%, 19%);
border
border: 2px solid hsl(195, 5%, 19%);
gradient light
background: linear-gradient(to right, hsl(195, 5%, 39%), hsl(195, 5%, 19%));
gradient dark
background: linear-gradient(to right, hsl(195, 5%, 19%), hsl(195, 5%, 0%))
hex
background-color: #2E3233;
tailwind
bg-[hsl(195,5%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 5%, 19%, 0.4);
css variable
--color-primary: hsl(195, 5%, 19%);
Related Colors
Use Cases for Grayish Black
Frequently Asked Questions
What are all the color codes for HSL(195, 5%, 19%)?
HEX: #2E3233 | RGB: rgb(46, 50, 51) | CMYK: 10%, 2%, 0%, 80% | HSV: 192°, 10%, 20%. Copy any format from the conversion table above.
What colors go well with #2E3233?
The complementary color is HSL(15, 5%, 19%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 5%, 19%) in CSS?
As HSL: color: hsl(195, 5%, 19%); — As HEX: color: #2E3233; — As RGB: color: rgb(46, 50, 51); — Tailwind CSS: bg-[hsl(195,5%,19%)] — CSS variable: --color-primary: hsl(195, 5%, 19%);