#dfb6ae
a light, soft red · warm · closest name: pink
RGB
223, 182, 174
HSL
10°, 43%, 78%
CMYK
0, 18, 22, 13
Luminance
0.5220
Every format
| HEX | #dfb6ae |
| RGB | rgb(223, 182, 174) |
| HSL | hsl(10, 43%, 78%) |
| CMYK | cmyk(0%, 18%, 22%, 13%) |
| LAB | lab(77.4 13.6 9.7) |
| LCH | lch(77.4 16.6 35.4) |
| OKLCH | oklch(0.810 0.049 31.0) |
Copy-ready code
/* CSS */
color: #dfb6ae;
background-color: #dfb6ae;
/* Tailwind (arbitrary) */
class="text-[#dfb6ae] bg-[#dfb6ae]"
/* SCSS */
$brand: #dfb6ae;
/* SwiftUI */
Color(red: 0.875, green: 0.714, blue: 0.682)
/* Android */
Color.parseColor("#dfb6ae")Accessibility — WCAG contrast
Aa
#dfb6ae on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb6ae on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow22.0%
Key (black)12.5%
Color previews
#dfb6ae text on a black background
contrast 11.44:1
Card sample
#dfb6ae text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb6ae;
Background color
Panel with #dfb6ae background
background-color: #dfb6ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb6ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 182, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 182, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb6ae; background: linear-gradient(135deg, #dfb6ae, #DFD7AE);