#cffc44
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 68
HSL
75°, 97%, 63%
CMYK
18, 0, 73, 1
Luminance
0.8330
Every format
| HEX | #cffc44 |
| RGB | rgb(207, 252, 68) |
| HSL | hsl(75, 97%, 63%) |
| CMYK | cmyk(18%, 0%, 73%, 1%) |
| LAB | lab(93.2 -37.8 77.8) |
| LCH | lch(93.2 86.5 115.9) |
| OKLCH | oklch(0.928 0.205 122.7) |
Copy-ready code
/* CSS */
color: #cffc44;
background-color: #cffc44;
/* Tailwind (arbitrary) */
class="text-[#cffc44] bg-[#cffc44]"
/* SCSS */
$brand: #cffc44;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.267)
/* Android */
Color.parseColor("#cffc44")Accessibility — WCAG contrast
Aa
#cffc44 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc44 on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue26.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow73.0%
Key (black)1.2%
Color previews
#cffc44 text on a black background
contrast 17.66:1
Card sample
#cffc44 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc44;
Background color
Panel with #cffc44 background
background-color: #cffc44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc44; background: linear-gradient(135deg, #cffc44, #54FC44);