#dfdfc0
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 192
HSL
60°, 33%, 81%
CMYK
0, 0, 14, 13
Luminance
0.7227
Every format
| HEX | #dfdfc0 |
| RGB | rgb(223, 223, 192) |
| HSL | hsl(60, 33%, 81%) |
| CMYK | cmyk(0%, 0%, 14%, 13%) |
| LAB | lab(88.1 -5.2 15.2) |
| LCH | lch(88.1 16.1 108.8) |
| OKLCH | oklch(0.895 0.041 107.2) |
Copy-ready code
/* CSS */
color: #dfdfc0;
background-color: #dfdfc0;
/* Tailwind (arbitrary) */
class="text-[#dfdfc0] bg-[#dfdfc0]"
/* SCSS */
$brand: #dfdfc0;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.753)
/* Android */
Color.parseColor("#dfdfc0")Accessibility — WCAG contrast
Aa
#dfdfc0 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfc0 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow13.9%
Key (black)12.5%
Color previews
#dfdfc0 text on a black background
contrast 15.45:1
Card sample
#dfdfc0 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfc0;
Background color
Panel with #dfdfc0 background
background-color: #dfdfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfc0; background: linear-gradient(135deg, #dfdfc0, #CADFC0);