#dfb4ae
a light, soft red · warm · closest name: pink
RGB
223, 180, 174
HSL
7°, 43%, 78%
CMYK
0, 19, 22, 13
Luminance
0.5139
Every format
| HEX | #dfb4ae |
| RGB | rgb(223, 180, 174) |
| HSL | hsl(7, 43%, 78%) |
| CMYK | cmyk(0%, 19%, 22%, 13%) |
| LAB | lab(76.9 14.6 8.9) |
| LCH | lch(76.9 17.1 31.5) |
| OKLCH | oklch(0.806 0.051 27.5) |
Copy-ready code
/* CSS */
color: #dfb4ae;
background-color: #dfb4ae;
/* Tailwind (arbitrary) */
class="text-[#dfb4ae] bg-[#dfb4ae]"
/* SCSS */
$brand: #dfb4ae;
/* SwiftUI */
Color(red: 0.875, green: 0.706, blue: 0.682)
/* Android */
Color.parseColor("#dfb4ae")Accessibility — WCAG contrast
Aa
#dfb4ae on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb4ae on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow22.0%
Key (black)12.5%
Color previews
#dfb4ae text on a black background
contrast 11.28:1
Card sample
#dfb4ae text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb4ae;
Background color
Panel with #dfb4ae background
background-color: #dfb4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 180, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 180, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb4ae; background: linear-gradient(135deg, #dfb4ae, #DFD5AE);