#dfb1ae
a light, soft red · warm · closest name: pink
RGB
223, 177, 174
HSL
4°, 43%, 78%
CMYK
0, 21, 22, 13
Luminance
0.5019
Every format
| HEX | #dfb1ae |
| RGB | rgb(223, 177, 174) |
| HSL | hsl(4, 43%, 78%) |
| CMYK | cmyk(0%, 21%, 22%, 13%) |
| LAB | lab(76.2 16.2 7.9) |
| LCH | lch(76.2 18.1 26.0) |
| OKLCH | oklch(0.801 0.054 22.7) |
Copy-ready code
/* CSS */
color: #dfb1ae;
background-color: #dfb1ae;
/* Tailwind (arbitrary) */
class="text-[#dfb1ae] bg-[#dfb1ae]"
/* SCSS */
$brand: #dfb1ae;
/* SwiftUI */
Color(red: 0.875, green: 0.694, blue: 0.682)
/* Android */
Color.parseColor("#dfb1ae")Accessibility — WCAG contrast
Aa
#dfb1ae on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb1ae on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow22.0%
Key (black)12.5%
Color previews
#dfb1ae text on a black background
contrast 11.04:1
Card sample
#dfb1ae text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb1ae;
Background color
Panel with #dfb1ae background
background-color: #dfb1ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb1ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 177, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 177, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb1ae; background: linear-gradient(135deg, #dfb1ae, #DFD2AE);