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