HSL(225, 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(225,5%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(225, 5%, 19%) color: hsl(225, 5%, 19%)
HEX #2E2F33 color: #2E2F33
RGB rgb(46, 47, 51) color: rgb(46, 47, 51)
CMYK cmyk(10%, 8%, 0%, 80%)
HSV hsv(228, 10%, 20%)
HWB hwb(228 18% 80%) color: hwb(228 18% 80%)
OKLCH oklch(0.3057 0.0073 274.73) color: oklch(0.3057 0.0073 274.73)
Lab lab(19.44 0.54 -2.71) color: lab(19.44 0.54 -2.71)
LCH lch(19.44 2.76 281.27) color: lch(19.44 2.76 281.27)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 13.37:1
vs Black 1.57:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2E2E32 — rgb(46, 46, 50)

Deuteranopia (Green-blind)

#2E2E32 — rgb(46, 46, 50)

Tritanopia (Blue-blind)

#2E3131 — rgb(46, 49, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(225, 5%, 19%);

text

color: hsl(225, 5%, 19%);

border

border: 2px solid hsl(225, 5%, 19%);

gradient light

background: linear-gradient(to right, hsl(225, 5%, 39%), hsl(225, 5%, 19%));

gradient dark

background: linear-gradient(to right, hsl(225, 5%, 19%), hsl(225, 5%, 0%))

hex

background-color: #2E2F33;

tailwind

bg-[hsl(225,5%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(225, 5%, 19%, 0.4);

css variable

--color-primary: hsl(225, 5%, 19%);

Related Colors

Use Cases for Grayish Black

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(225, 5%, 19%)?

HEX: #2E2F33 | RGB: rgb(46, 47, 51) | CMYK: 10%, 8%, 0%, 80% | HSV: 228°, 10%, 20%. Copy any format from the conversion table above.

What colors go well with #2E2F33?

The complementary color is HSL(45, 5%, 19%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(225, 5%, 19%) in CSS?

As HSL: color: hsl(225, 5%, 19%); — As HEX: color: #2E2F33; — As RGB: color: rgb(46, 47, 51); — Tailwind CSS: bg-[hsl(225,5%,19%)] — CSS variable: --color-primary: hsl(225, 5%, 19%);