#dfadad
a light, soft red · warm · closest name: pink
RGB
223, 173, 173
HSL
0°, 44%, 78%
CMYK
0, 22, 22, 13
Luminance
0.4859
Every format
| HEX | #dfadad |
| RGB | rgb(223, 173, 173) |
| HSL | hsl(0, 44%, 78%) |
| CMYK | cmyk(0%, 22%, 22%, 13%) |
| LAB | lab(75.2 18.2 7.0) |
| LCH | lch(75.2 19.6 21.1) |
| OKLCH | oklch(0.793 0.059 18.5) |
Copy-ready code
/* CSS */
color: #dfadad;
background-color: #dfadad;
/* Tailwind (arbitrary) */
class="text-[#dfadad] bg-[#dfadad]"
/* SCSS */
$brand: #dfadad;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#dfadad")Accessibility — WCAG contrast
Aa
#dfadad on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadad on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow22.4%
Key (black)12.5%
Color previews
#dfadad text on a black background
contrast 10.72:1
Card sample
#dfadad text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadad;
Background color
Panel with #dfadad background
background-color: #dfadad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadad; background: linear-gradient(135deg, #dfadad, #DFCEAD);