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