#dbf361
a light, electric yellow · cool · closest name: khaki
RGB
219, 243, 97
HSL
70°, 86%, 67%
CMYK
10, 0, 60, 5
Luminance
0.8002
Every format
| HEX | #dbf361 |
| RGB | rgb(219, 243, 97) |
| HSL | hsl(70, 86%, 67%) |
| CMYK | cmyk(10%, 0%, 60%, 5%) |
| LAB | lab(91.7 -27.3 65.9) |
| LCH | lch(91.7 71.3 112.5) |
| OKLCH | oklch(0.919 0.171 117.8) |
Copy-ready code
/* CSS */
color: #dbf361;
background-color: #dbf361;
/* Tailwind (arbitrary) */
class="text-[#dbf361] bg-[#dbf361]"
/* SCSS */
$brand: #dbf361;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.380)
/* Android */
Color.parseColor("#dbf361")Accessibility — WCAG contrast
Aa
#dbf361 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf361 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue38.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow60.1%
Key (black)4.7%
Color previews
#dbf361 text on a black background
contrast 17.00:1
Card sample
#dbf361 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf361;
Background color
Panel with #dbf361 background
background-color: #dbf361;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf361;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf361; background: linear-gradient(135deg, #dbf361, #7AF361);