#dfcaca
a light, soft red · warm · closest name: silver
RGB
223, 202, 202
HSL
0°, 25%, 83%
CMYK
0, 9, 9, 13
Luminance
0.6219
Every format
| HEX | #dfcaca |
| RGB | rgb(223, 202, 202) |
| HSL | hsl(0, 25%, 83%) |
| CMYK | cmyk(0%, 9%, 9%, 13%) |
| LAB | lab(83.0 7.3 2.7) |
| LCH | lch(83.0 7.8 20.0) |
| OKLCH | oklch(0.856 0.024 17.6) |
Copy-ready code
/* CSS */
color: #dfcaca;
background-color: #dfcaca;
/* Tailwind (arbitrary) */
class="text-[#dfcaca] bg-[#dfcaca]"
/* SCSS */
$brand: #dfcaca;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#dfcaca")Accessibility — WCAG contrast
Aa
#dfcaca on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcaca on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow9.4%
Key (black)12.5%
Color previews
#dfcaca text on a black background
contrast 13.44:1
Card sample
#dfcaca text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcaca;
Background color
Panel with #dfcaca background
background-color: #dfcaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcaca; background: linear-gradient(135deg, #dfcaca, #DFD8CA);