#edafab
a light, vivid red · warm · closest name: pink
RGB
237, 175, 171
HSL
4°, 65%, 80%
CMYK
0, 26, 28, 7
Luminance
0.5160
Every format
| HEX | #edafab |
| RGB | rgb(237, 175, 171) |
| HSL | hsl(4, 65%, 80%) |
| CMYK | cmyk(0%, 26%, 28%, 7%) |
| LAB | lab(77.0 22.1 11.0) |
| LCH | lch(77.0 24.6 26.4) |
| OKLCH | oklch(0.810 0.073 23.0) |
Copy-ready code
/* CSS */
color: #edafab;
background-color: #edafab;
/* Tailwind (arbitrary) */
class="text-[#edafab] bg-[#edafab]"
/* SCSS */
$brand: #edafab;
/* SwiftUI */
Color(red: 0.929, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#edafab")Accessibility — WCAG contrast
Aa
#edafab on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edafab on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow27.8%
Key (black)7.1%
Color previews
#edafab text on a black background
contrast 11.32:1
Card sample
#edafab text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edafab;
Background color
Panel with #edafab background
background-color: #edafab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edafab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edafab; background: linear-gradient(135deg, #edafab, #EDDBAB);