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