#cff84a
a balanced, electric green · cool · closest name: yellow
RGB
207, 248, 74
HSL
74°, 93%, 63%
CMYK
17, 0, 70, 3
Luminance
0.8089
Every format
| HEX | #cff84a |
| RGB | rgb(207, 248, 74) |
| HSL | hsl(74, 93%, 63%) |
| CMYK | cmyk(17%, 0%, 70%, 3%) |
| LAB | lab(92.1 -35.7 74.8) |
| LCH | lch(92.1 82.9 115.5) |
| OKLCH | oklch(0.920 0.197 122.0) |
Copy-ready code
/* CSS */
color: #cff84a;
background-color: #cff84a;
/* Tailwind (arbitrary) */
class="text-[#cff84a] bg-[#cff84a]"
/* SCSS */
$brand: #cff84a;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#cff84a")Accessibility — WCAG contrast
Aa
#cff84a on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff84a on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue29.0%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#cff84a text on a black background
contrast 17.18:1
Card sample
#cff84a text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff84a;
Background color
Panel with #cff84a background
background-color: #cff84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff84a; background: linear-gradient(135deg, #cff84a, #5BF84A);