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