#dbeb87
a light, vivid yellow · cool · closest name: khaki
RGB
219, 235, 135
HSL
70°, 71%, 73%
CMYK
7, 0, 43, 8
Luminance
0.7623
Every format
| HEX | #dbeb87 |
| RGB | rgb(219, 235, 135) |
| HSL | hsl(70, 71%, 73%) |
| CMYK | cmyk(7%, 0%, 43%, 8%) |
| LAB | lab(90.0 -20.1 46.6) |
| LCH | lch(90.0 50.8 113.3) |
| OKLCH | oklch(0.906 0.126 116.4) |
Copy-ready code
/* CSS */
color: #dbeb87;
background-color: #dbeb87;
/* Tailwind (arbitrary) */
class="text-[#dbeb87] bg-[#dbeb87]"
/* SCSS */
$brand: #dbeb87;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.529)
/* Android */
Color.parseColor("#dbeb87")Accessibility — WCAG contrast
Aa
#dbeb87 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeb87 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue52.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow42.6%
Key (black)7.8%
Color previews
#dbeb87 text on a black background
contrast 16.25:1
Card sample
#dbeb87 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeb87;
Background color
Panel with #dbeb87 background
background-color: #dbeb87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeb87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeb87; background: linear-gradient(135deg, #dbeb87, #98EB87);