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