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