#dcdfb5
a light, soft yellow · cool · closest name: beige
RGB
220, 223, 181
HSL
64°, 40%, 79%
CMYK
1, 0, 19, 13
Luminance
0.7133
Every format
| HEX | #dcdfb5 |
| RGB | rgb(220, 223, 181) |
| HSL | hsl(64, 40%, 79%) |
| CMYK | cmyk(1%, 0%, 19%, 13%) |
| LAB | lab(87.6 -7.9 20.3) |
| LCH | lch(87.6 21.8 111.4) |
| OKLCH | oklch(0.891 0.056 110.8) |
Copy-ready code
/* CSS */
color: #dcdfb5;
background-color: #dcdfb5;
/* Tailwind (arbitrary) */
class="text-[#dcdfb5] bg-[#dcdfb5]"
/* SCSS */
$brand: #dcdfb5;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.710)
/* Android */
Color.parseColor("#dcdfb5")Accessibility — WCAG contrast
Aa
#dcdfb5 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfb5 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue71.0%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow18.8%
Key (black)12.5%
Color previews
#dcdfb5 text on a black background
contrast 15.27:1
Card sample
#dcdfb5 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfb5;
Background color
Panel with #dcdfb5 background
background-color: #dcdfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfb5; background: linear-gradient(135deg, #dcdfb5, #C0DFB5);