#cff49f
a light, electric green · cool · closest name: khaki
RGB
207, 244, 159
HSL
86°, 79%, 79%
CMYK
15, 0, 35, 4
Luminance
0.8047
Every format
| HEX | #cff49f |
| RGB | rgb(207, 244, 159) |
| HSL | hsl(86, 79%, 79%) |
| CMYK | cmyk(15%, 0%, 35%, 4%) |
| LAB | lab(91.9 -26.0 37.1) |
| LCH | lch(91.9 45.3 125.0) |
| OKLCH | oklch(0.921 0.116 127.7) |
Copy-ready code
/* CSS */
color: #cff49f;
background-color: #cff49f;
/* Tailwind (arbitrary) */
class="text-[#cff49f] bg-[#cff49f]"
/* SCSS */
$brand: #cff49f;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.624)
/* Android */
Color.parseColor("#cff49f")Accessibility — WCAG contrast
Aa
#cff49f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff49f on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue62.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow34.8%
Key (black)4.3%
Color previews
#cff49f text on a black background
contrast 17.09:1
Card sample
#cff49f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff49f;
Background color
Panel with #cff49f background
background-color: #cff49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff49f; background: linear-gradient(135deg, #cff49f, #9FF4A8);