#dbeb70
a light, electric yellow · cool · closest name: khaki
RGB
219, 235, 112
HSL
68°, 76%, 68%
CMYK
7, 0, 52, 8
Luminance
0.7565
Every format
| HEX | #dbeb70 |
| RGB | rgb(219, 235, 112) |
| HSL | hsl(68, 76%, 68%) |
| CMYK | cmyk(7%, 0%, 52%, 8%) |
| LAB | lab(89.7 -22.3 57.1) |
| LCH | lch(89.7 61.3 111.3) |
| OKLCH | oklch(0.903 0.149 115.6) |
Copy-ready code
/* CSS */
color: #dbeb70;
background-color: #dbeb70;
/* Tailwind (arbitrary) */
class="text-[#dbeb70] bg-[#dbeb70]"
/* SCSS */
$brand: #dbeb70;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.439)
/* Android */
Color.parseColor("#dbeb70")Accessibility — WCAG contrast
Aa
#dbeb70 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeb70 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue43.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow52.3%
Key (black)7.8%
Color previews
#dbeb70 text on a black background
contrast 16.13:1
Card sample
#dbeb70 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeb70;
Background color
Panel with #dbeb70 background
background-color: #dbeb70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeb70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeb70; background: linear-gradient(135deg, #dbeb70, #89EB70);