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