#dfcabc
a light, soft orange · warm · closest name: silver
RGB
223, 202, 188
HSL
24°, 35%, 81%
CMYK
0, 9, 16, 13
Luminance
0.6156
Every format
| HEX | #dfcabc |
| RGB | rgb(223, 202, 188) |
| HSL | hsl(24, 35%, 81%) |
| CMYK | cmyk(0%, 9%, 16%, 13%) |
| LAB | lab(82.7 5.1 9.7) |
| LCH | lch(82.7 10.9 62.3) |
| OKLCH | oklch(0.853 0.030 55.9) |
Copy-ready code
/* CSS */
color: #dfcabc;
background-color: #dfcabc;
/* Tailwind (arbitrary) */
class="text-[#dfcabc] bg-[#dfcabc]"
/* SCSS */
$brand: #dfcabc;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#dfcabc")Accessibility — WCAG contrast
Aa
#dfcabc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcabc on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow15.7%
Key (black)12.5%
Color previews
#dfcabc text on a black background
contrast 13.31:1
Card sample
#dfcabc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcabc;
Background color
Panel with #dfcabc background
background-color: #dfcabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcabc; background: linear-gradient(135deg, #dfcabc, #DDDFBC);