#cff74f
a balanced, electric green · cool · closest name: yellow
RGB
207, 247, 79
HSL
74°, 91%, 64%
CMYK
16, 0, 68, 3
Luminance
0.8035
Every format
| HEX | #cff74f |
| RGB | rgb(207, 247, 79) |
| HSL | hsl(74, 91%, 64%) |
| CMYK | cmyk(16%, 0%, 68%, 3%) |
| LAB | lab(91.8 -35.0 72.8) |
| LCH | lch(91.8 80.7 115.7) |
| OKLCH | oklch(0.918 0.193 121.9) |
Copy-ready code
/* CSS */
color: #cff74f;
background-color: #cff74f;
/* Tailwind (arbitrary) */
class="text-[#cff74f] bg-[#cff74f]"
/* SCSS */
$brand: #cff74f;
/* SwiftUI */
Color(red: 0.812, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#cff74f")Accessibility — WCAG contrast
Aa
#cff74f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff74f on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.9%
Blue31.0%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow68.0%
Key (black)3.1%
Color previews
#cff74f text on a black background
contrast 17.07:1
Card sample
#cff74f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff74f;
Background color
Panel with #cff74f background
background-color: #cff74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff74f; background: linear-gradient(135deg, #cff74f, #5FF74F);