#dbf261
a light, electric yellow · cool · closest name: khaki
RGB
219, 242, 97
HSL
70°, 85%, 67%
CMYK
10, 0, 60, 5
Luminance
0.7943
Every format
| HEX | #dbf261 |
| RGB | rgb(219, 242, 97) |
| HSL | hsl(70, 85%, 67%) |
| CMYK | cmyk(10%, 0%, 60%, 5%) |
| LAB | lab(91.4 -26.8 65.6) |
| LCH | lch(91.4 70.8 112.2) |
| OKLCH | oklch(0.917 0.170 117.5) |
Copy-ready code
/* CSS */
color: #dbf261;
background-color: #dbf261;
/* Tailwind (arbitrary) */
class="text-[#dbf261] bg-[#dbf261]"
/* SCSS */
$brand: #dbf261;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.380)
/* Android */
Color.parseColor("#dbf261")Accessibility — WCAG contrast
Aa
#dbf261 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf261 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue38.0%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow59.9%
Key (black)5.1%
Color previews
#dbf261 text on a black background
contrast 16.89:1
Card sample
#dbf261 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf261;
Background color
Panel with #dbf261 background
background-color: #dbf261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf261; background: linear-gradient(135deg, #dbf261, #7AF261);