#dbdda4
a light, vivid yellow · cool · closest name: khaki
RGB
219, 221, 164
HSL
62°, 46%, 76%
CMYK
1, 0, 26, 13
Luminance
0.6945
Every format
| HEX | #dbdda4 |
| RGB | rgb(219, 221, 164) |
| HSL | hsl(62, 46%, 76%) |
| CMYK | cmyk(1%, 0%, 26%, 13%) |
| LAB | lab(86.7 -9.7 27.9) |
| LCH | lch(86.7 29.5 109.2) |
| OKLCH | oklch(0.882 0.074 109.5) |
Copy-ready code
/* CSS */
color: #dbdda4;
background-color: #dbdda4;
/* Tailwind (arbitrary) */
class="text-[#dbdda4] bg-[#dbdda4]"
/* SCSS */
$brand: #dbdda4;
/* SwiftUI */
Color(red: 0.859, green: 0.867, blue: 0.643)
/* Android */
Color.parseColor("#dbdda4")Accessibility — WCAG contrast
Aa
#dbdda4 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdda4 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.7%
Blue64.3%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow25.8%
Key (black)13.3%
Color previews
#dbdda4 text on a black background
contrast 14.89:1
Card sample
#dbdda4 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdda4;
Background color
Panel with #dbdda4 background
background-color: #dbdda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 221, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 221, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdda4; background: linear-gradient(135deg, #dbdda4, #B5DDA4);