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