#cff44f
a balanced, electric green · cool · closest name: yellow
RGB
207, 244, 79
HSL
74°, 88%, 63%
CMYK
15, 0, 68, 4
Luminance
0.7853
Every format
| HEX | #cff44f |
| RGB | rgb(207, 244, 79) |
| HSL | hsl(74, 88%, 63%) |
| CMYK | cmyk(15%, 0%, 68%, 4%) |
| LAB | lab(91.0 -33.6 71.9) |
| LCH | lch(91.0 79.4 115.0) |
| OKLCH | oklch(0.911 0.189 121.2) |
Copy-ready code
/* CSS */
color: #cff44f;
background-color: #cff44f;
/* Tailwind (arbitrary) */
class="text-[#cff44f] bg-[#cff44f]"
/* SCSS */
$brand: #cff44f;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.310)
/* Android */
Color.parseColor("#cff44f")Accessibility — WCAG contrast
Aa
#cff44f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff44f on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue31.0%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow67.6%
Key (black)4.3%
Color previews
#cff44f text on a black background
contrast 16.71:1
Card sample
#cff44f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff44f;
Background color
Panel with #cff44f background
background-color: #cff44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff44f; background: linear-gradient(135deg, #cff44f, #61F44F);