#dcdfb9
a light, soft yellow · cool · closest name: beige
RGB
220, 223, 185
HSL
65°, 37%, 80%
CMYK
1, 0, 17, 13
Luminance
0.7149
Every format
| HEX | #dcdfb9 |
| RGB | rgb(220, 223, 185) |
| HSL | hsl(65, 37%, 80%) |
| CMYK | cmyk(1%, 0%, 17%, 13%) |
| LAB | lab(87.7 -7.3 18.3) |
| LCH | lch(87.7 19.7 111.8) |
| OKLCH | oklch(0.891 0.051 111.1) |
Copy-ready code
/* CSS */
color: #dcdfb9;
background-color: #dcdfb9;
/* Tailwind (arbitrary) */
class="text-[#dcdfb9] bg-[#dcdfb9]"
/* SCSS */
$brand: #dcdfb9;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.725)
/* Android */
Color.parseColor("#dcdfb9")Accessibility — WCAG contrast
Aa
#dcdfb9 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfb9 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue72.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow17.0%
Key (black)12.5%
Color previews
#dcdfb9 text on a black background
contrast 15.30:1
Card sample
#dcdfb9 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfb9;
Background color
Panel with #dcdfb9 background
background-color: #dcdfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfb9; background: linear-gradient(135deg, #dcdfb9, #C3DFB9);