#dfbaba
a light, soft red · warm · closest name: pink
RGB
223, 186, 186
HSL
0°, 37%, 80%
CMYK
0, 17, 17, 13
Luminance
0.5435
Every format
| HEX | #dfbaba |
| RGB | rgb(223, 186, 186) |
| HSL | hsl(0, 37%, 80%) |
| CMYK | cmyk(0%, 17%, 17%, 13%) |
| LAB | lab(78.7 13.2 5.0) |
| LCH | lch(78.7 14.1 20.6) |
| OKLCH | oklch(0.821 0.043 18.1) |
Copy-ready code
/* CSS */
color: #dfbaba;
background-color: #dfbaba;
/* Tailwind (arbitrary) */
class="text-[#dfbaba] bg-[#dfbaba]"
/* SCSS */
$brand: #dfbaba;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#dfbaba")Accessibility — WCAG contrast
Aa
#dfbaba on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbaba on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow16.6%
Key (black)12.5%
Color previews
#dfbaba text on a black background
contrast 11.87:1
Card sample
#dfbaba text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbaba;
Background color
Panel with #dfbaba background
background-color: #dfbaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbaba; background: linear-gradient(135deg, #dfbaba, #DFD3BA);