#edbaac
a light, vivid red · warm · closest name: pink
RGB
237, 186, 172
HSL
13°, 64%, 80%
CMYK
0, 22, 27, 7
Luminance
0.5610
Every format
| HEX | #edbaac |
| RGB | rgb(237, 186, 172) |
| HSL | hsl(13, 64%, 80%) |
| CMYK | cmyk(0%, 22%, 27%, 7%) |
| LAB | lab(79.7 16.4 14.1) |
| LCH | lch(79.7 21.6 40.8) |
| OKLCH | oklch(0.831 0.063 35.9) |
Copy-ready code
/* CSS */
color: #edbaac;
background-color: #edbaac;
/* Tailwind (arbitrary) */
class="text-[#edbaac] bg-[#edbaac]"
/* SCSS */
$brand: #edbaac;
/* SwiftUI */
Color(red: 0.929, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#edbaac")Accessibility — WCAG contrast
Aa
#edbaac on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbaac on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow27.4%
Key (black)7.1%
Color previews
#edbaac text on a black background
contrast 12.22:1
Card sample
#edbaac text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbaac;
Background color
Panel with #edbaac background
background-color: #edbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbaac; background: linear-gradient(135deg, #edbaac, #EDE5AC);