#cff596
a light, electric green · cool · closest name: khaki
RGB
207, 245, 150
HSL
84°, 83%, 78%
CMYK
16, 0, 39, 4
Luminance
0.8077
Every format
| HEX | #cff596 |
| RGB | rgb(207, 245, 150) |
| HSL | hsl(84, 83%, 78%) |
| CMYK | cmyk(16%, 0%, 39%, 4%) |
| LAB | lab(92.0 -27.6 41.8) |
| LCH | lch(92.0 50.1 123.5) |
| OKLCH | oklch(0.922 0.128 126.5) |
Copy-ready code
/* CSS */
color: #cff596;
background-color: #cff596;
/* Tailwind (arbitrary) */
class="text-[#cff596] bg-[#cff596]"
/* SCSS */
$brand: #cff596;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#cff596")Accessibility — WCAG contrast
Aa
#cff596 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff596 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue58.8%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#cff596 text on a black background
contrast 17.15:1
Card sample
#cff596 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff596;
Background color
Panel with #cff596 background
background-color: #cff596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff596; background: linear-gradient(135deg, #cff596, #96F59D);