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