#dfaeb2
a light, soft red · warm · closest name: pink
RGB
223, 174, 178
HSL
355°, 43%, 78%
CMYK
0, 22, 20, 13
Luminance
0.4917
Every format
| HEX | #dfaeb2 |
| RGB | rgb(223, 174, 178) |
| HSL | hsl(355, 43%, 78%) |
| CMYK | cmyk(0%, 22%, 20%, 13%) |
| LAB | lab(75.6 18.4 4.8) |
| LCH | lch(75.6 19.1 14.7) |
| OKLCH | oklch(0.796 0.058 13.0) |
Copy-ready code
/* CSS */
color: #dfaeb2;
background-color: #dfaeb2;
/* Tailwind (arbitrary) */
class="text-[#dfaeb2] bg-[#dfaeb2]"
/* SCSS */
$brand: #dfaeb2;
/* SwiftUI */
Color(red: 0.875, green: 0.682, blue: 0.698)
/* Android */
Color.parseColor("#dfaeb2")Accessibility — WCAG contrast
Aa
#dfaeb2 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaeb2 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green68.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow20.2%
Key (black)12.5%
Color previews
#dfaeb2 text on a black background
contrast 10.83:1
Card sample
#dfaeb2 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaeb2;
Background color
Panel with #dfaeb2 background
background-color: #dfaeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 174, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 174, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaeb2; background: linear-gradient(135deg, #dfaeb2, #DFCBAE);