#dbeb69
a light, electric yellow · cool · closest name: khaki
RGB
219, 235, 105
HSL
67°, 77%, 67%
CMYK
7, 0, 55, 8
Luminance
0.7550
Every format
| HEX | #dbeb69 |
| RGB | rgb(219, 235, 105) |
| HSL | hsl(67, 77%, 67%) |
| CMYK | cmyk(7%, 0%, 55%, 8%) |
| LAB | lab(89.6 -22.9 60.1) |
| LCH | lch(89.6 64.3 110.8) |
| OKLCH | oklch(0.903 0.155 115.4) |
Copy-ready code
/* CSS */
color: #dbeb69;
background-color: #dbeb69;
/* Tailwind (arbitrary) */
class="text-[#dbeb69] bg-[#dbeb69]"
/* SCSS */
$brand: #dbeb69;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.412)
/* Android */
Color.parseColor("#dbeb69")Accessibility — WCAG contrast
Aa
#dbeb69 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeb69 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue41.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow55.3%
Key (black)7.8%
Color previews
#dbeb69 text on a black background
contrast 16.10:1
Card sample
#dbeb69 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeb69;
Background color
Panel with #dbeb69 background
background-color: #dbeb69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeb69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeb69; background: linear-gradient(135deg, #dbeb69, #84EB69);