#dbeb80
a light, vivid yellow · cool · closest name: khaki
RGB
219, 235, 128
HSL
69°, 73%, 71%
CMYK
7, 0, 46, 8
Luminance
0.7604
Every format
| HEX | #dbeb80 |
| RGB | rgb(219, 235, 128) |
| HSL | hsl(69, 73%, 71%) |
| CMYK | cmyk(7%, 0%, 46%, 8%) |
| LAB | lab(89.9 -20.8 49.9) |
| LCH | lch(89.9 54.0 112.7) |
| OKLCH | oklch(0.905 0.133 116.1) |
Copy-ready code
/* CSS */
color: #dbeb80;
background-color: #dbeb80;
/* Tailwind (arbitrary) */
class="text-[#dbeb80] bg-[#dbeb80]"
/* SCSS */
$brand: #dbeb80;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.502)
/* Android */
Color.parseColor("#dbeb80")Accessibility — WCAG contrast
Aa
#dbeb80 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeb80 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue50.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow45.5%
Key (black)7.8%
Color previews
#dbeb80 text on a black background
contrast 16.21:1
Card sample
#dbeb80 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeb80;
Background color
Panel with #dbeb80 background
background-color: #dbeb80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeb80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeb80; background: linear-gradient(135deg, #dbeb80, #94EB80);