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