Hex Color #30252B - Custom Color

Color Codes

HEX
#30252B
RGB
rgb(48, 37, 43)
HSL
hsl(327, 13%, 17%)
CMYK
cmyk(0%, 23%, 10%, 81%)
HSV
hsv(327, 23%, 19%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 14.73:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 1.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #30252B;
color: #30252B;
border-color: #30252B;
}

Tailwind CSS (with arbitrary values)

bg-[#30252B]
text-[#30252B]
border-[#30252B]
// Example usage:
<div className="bg-[#30252B]">