#dcff68
a light, electric green · cool · closest name: yellow
RGB
220, 255, 104
HSL
74°, 100%, 70%
CMYK
14, 0, 59, 0
Luminance
0.8774
Every format
| HEX | #dcff68 |
| RGB | rgb(220, 255, 104) |
| HSL | hsl(74, 100%, 70%) |
| CMYK | cmyk(14%, 0%, 59%, 0%) |
| LAB | lab(95.0 -32.0 66.7) |
| LCH | lch(95.0 73.9 115.6) |
| OKLCH | oklch(0.946 0.179 120.9) |
Copy-ready code
/* CSS */
color: #dcff68;
background-color: #dcff68;
/* Tailwind (arbitrary) */
class="text-[#dcff68] bg-[#dcff68]"
/* SCSS */
$brand: #dcff68;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.408)
/* Android */
Color.parseColor("#dcff68")Accessibility — WCAG contrast
Aa
#dcff68 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff68 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue40.8%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow59.2%
Key (black)0.0%
Color previews
#dcff68 text on a black background
contrast 18.55:1
Card sample
#dcff68 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff68;
Background color
Panel with #dcff68 background
background-color: #dcff68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff68; background: linear-gradient(135deg, #dcff68, #77FF68);