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