Hex Color #10484F - Custom Color

Color Codes

HEX
#10484F
RGB
rgb(16, 72, 79)
HSL
hsl(187, 66%, 19%)
CMYK
cmyk(80%, 9%, 0%, 69%)
HSV
hsv(187, 80%, 31%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.06: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: #10484F;
color: #10484F;
border-color: #10484F;
}

Tailwind CSS (with arbitrary values)

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