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