Hex Color #CE848D - Custom Color
Color Codes
HEX
#CE848D
RGB
rgb(206, 132, 141)
HSL
hsl(353, 43%, 66%)
CMYK
cmyk(0%, 36%, 32%, 19%)
HSV
hsv(353, 36%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.87:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.31:1
Pass - WCAG AA (Normal Text)
Pass - 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: #CE848D;
color: #CE848D;
border-color: #CE848D;
}
Tailwind CSS (with arbitrary values)
bg-[#CE848D]
text-[#CE848D]
border-[#CE848D]
// Example usage:
<div className="bg-[#CE848D]">