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