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