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