#dfbebc
a light, soft red · warm · closest name: silver
RGB
223, 190, 188
HSL
3°, 35%, 81%
CMYK
0, 15, 16, 13
Luminance
0.5615
Every format
| HEX | #dfbebc |
| RGB | rgb(223, 190, 188) |
| HSL | hsl(3, 35%, 81%) |
| CMYK | cmyk(0%, 15%, 16%, 13%) |
| LAB | lab(79.7 11.4 5.4) |
| LCH | lch(79.7 12.6 25.2) |
| OKLCH | oklch(0.829 0.038 22.1) |
Copy-ready code
/* CSS */
color: #dfbebc;
background-color: #dfbebc;
/* Tailwind (arbitrary) */
class="text-[#dfbebc] bg-[#dfbebc]"
/* SCSS */
$brand: #dfbebc;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.737)
/* Android */
Color.parseColor("#dfbebc")Accessibility — WCAG contrast
Aa
#dfbebc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbebc on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow15.7%
Key (black)12.5%
Color previews
#dfbebc text on a black background
contrast 12.23:1
Card sample
#dfbebc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbebc;
Background color
Panel with #dfbebc background
background-color: #dfbebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbebc; background: linear-gradient(135deg, #dfbebc, #DFD5BC);