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