#dbfd67
a light, electric green · cool · closest name: yellow
RGB
219, 253, 103
HSL
74°, 97%, 70%
CMYK
13, 0, 59, 1
Luminance
0.8629
Every format
| HEX | #dbfd67 |
| RGB | rgb(219, 253, 103) |
| HSL | hsl(74, 97%, 70%) |
| CMYK | cmyk(13%, 0%, 59%, 1%) |
| LAB | lab(94.4 -31.5 66.4) |
| LCH | lch(94.4 73.5 115.4) |
| OKLCH | oklch(0.941 0.178 120.7) |
Copy-ready code
/* CSS */
color: #dbfd67;
background-color: #dbfd67;
/* Tailwind (arbitrary) */
class="text-[#dbfd67] bg-[#dbfd67]"
/* SCSS */
$brand: #dbfd67;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.404)
/* Android */
Color.parseColor("#dbfd67")Accessibility — WCAG contrast
Aa
#dbfd67 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd67 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue40.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow59.3%
Key (black)0.8%
Color previews
#dbfd67 text on a black background
contrast 18.26:1
Card sample
#dbfd67 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd67;
Background color
Panel with #dbfd67 background
background-color: #dbfd67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd67; background: linear-gradient(135deg, #dbfd67, #77FD67);