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