#cff9af
a light, electric green · cool · closest name: khaki
RGB
207, 249, 175
HSL
94°, 86%, 83%
CMYK
17, 0, 30, 2
Luminance
0.8411
Every format
| HEX | #cff9af |
| RGB | rgb(207, 249, 175) |
| HSL | hsl(94, 86%, 83%) |
| CMYK | cmyk(17%, 0%, 30%, 2%) |
| LAB | lab(93.5 -26.2 31.2) |
| LCH | lch(93.5 40.8 130.0) |
| OKLCH | oklch(0.935 0.106 132.2) |
Copy-ready code
/* CSS */
color: #cff9af;
background-color: #cff9af;
/* Tailwind (arbitrary) */
class="text-[#cff9af] bg-[#cff9af]"
/* SCSS */
$brand: #cff9af;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.686)
/* Android */
Color.parseColor("#cff9af")Accessibility — WCAG contrast
Aa
#cff9af on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9af on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue68.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow29.7%
Key (black)2.4%
Color previews
#cff9af text on a black background
contrast 17.82:1
Card sample
#cff9af text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9af;
Background color
Panel with #cff9af background
background-color: #cff9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9af; background: linear-gradient(135deg, #cff9af, #AFF9C0);