#dbfd53
a light, electric green · cool · closest name: yellow
RGB
219, 253, 83
HSL
72°, 98%, 66%
CMYK
13, 0, 67, 1
Luminance
0.8594
Every format
| HEX | #dbfd53 |
| RGB | rgb(219, 253, 83) |
| HSL | hsl(72, 98%, 66%) |
| CMYK | cmyk(13%, 0%, 67%, 1%) |
| LAB | lab(94.3 -32.8 74.0) |
| LCH | lch(94.3 81.0 113.9) |
| OKLCH | oklch(0.940 0.193 120.1) |
Copy-ready code
/* CSS */
color: #dbfd53;
background-color: #dbfd53;
/* Tailwind (arbitrary) */
class="text-[#dbfd53] bg-[#dbfd53]"
/* SCSS */
$brand: #dbfd53;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.325)
/* Android */
Color.parseColor("#dbfd53")Accessibility — WCAG contrast
Aa
#dbfd53 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd53 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue32.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow67.2%
Key (black)0.8%
Color previews
#dbfd53 text on a black background
contrast 18.19:1
Card sample
#dbfd53 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd53;
Background color
Panel with #dbfd53 background
background-color: #dbfd53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd53; background: linear-gradient(135deg, #dbfd53, #6AFD53);