#dfdfc3
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 195
HSL
60°, 30%, 82%
CMYK
0, 0, 13, 13
Luminance
0.7240
Every format
| HEX | #dfdfc3 |
| RGB | rgb(223, 223, 195) |
| HSL | hsl(60, 30%, 82%) |
| CMYK | cmyk(0%, 0%, 13%, 13%) |
| LAB | lab(88.2 -4.7 13.8) |
| LCH | lch(88.2 14.5 108.9) |
| OKLCH | oklch(0.896 0.037 107.1) |
Copy-ready code
/* CSS */
color: #dfdfc3;
background-color: #dfdfc3;
/* Tailwind (arbitrary) */
class="text-[#dfdfc3] bg-[#dfdfc3]"
/* SCSS */
$brand: #dfdfc3;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.765)
/* Android */
Color.parseColor("#dfdfc3")Accessibility — WCAG contrast
Aa
#dfdfc3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfc3 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow12.6%
Key (black)12.5%
Color previews
#dfdfc3 text on a black background
contrast 15.48:1
Card sample
#dfdfc3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfc3;
Background color
Panel with #dfdfc3 background
background-color: #dfdfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfc3; background: linear-gradient(135deg, #dfdfc3, #CCDFC3);