#dcdfad
a light, soft yellow · cool · closest name: beige
RGB
220, 223, 173
HSL
64°, 44%, 78%
CMYK
1, 0, 22, 13
Luminance
0.7101
Every format
| HEX | #dcdfad |
| RGB | rgb(220, 223, 173) |
| HSL | hsl(64, 44%, 78%) |
| CMYK | cmyk(1%, 0%, 22%, 13%) |
| LAB | lab(87.5 -9.1 24.2) |
| LCH | lch(87.5 25.9 110.6) |
| OKLCH | oklch(0.889 0.066 110.5) |
Copy-ready code
/* CSS */
color: #dcdfad;
background-color: #dcdfad;
/* Tailwind (arbitrary) */
class="text-[#dcdfad] bg-[#dcdfad]"
/* SCSS */
$brand: #dcdfad;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#dcdfad")Accessibility — WCAG contrast
Aa
#dcdfad on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfad on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue67.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#dcdfad text on a black background
contrast 15.20:1
Card sample
#dcdfad text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfad;
Background color
Panel with #dcdfad background
background-color: #dcdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfad; background: linear-gradient(135deg, #dcdfad, #BBDFAD);