#cff69d
a light, electric green · cool · closest name: khaki
RGB
207, 246, 157
HSL
86°, 83%, 79%
CMYK
16, 0, 36, 4
Luminance
0.8161
Every format
| HEX | #cff69d |
| RGB | rgb(207, 246, 157) |
| HSL | hsl(86, 83%, 79%) |
| CMYK | cmyk(16%, 0%, 36%, 4%) |
| LAB | lab(92.4 -27.3 38.8) |
| LCH | lch(92.4 47.4 125.1) |
| OKLCH | oklch(0.925 0.121 127.8) |
Copy-ready code
/* CSS */
color: #cff69d;
background-color: #cff69d;
/* Tailwind (arbitrary) */
class="text-[#cff69d] bg-[#cff69d]"
/* SCSS */
$brand: #cff69d;
/* SwiftUI */
Color(red: 0.812, green: 0.965, blue: 0.616)
/* Android */
Color.parseColor("#cff69d")Accessibility — WCAG contrast
Aa
#cff69d on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff69d on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.5%
Blue61.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow36.2%
Key (black)3.5%
Color previews
#cff69d text on a black background
contrast 17.32:1
Card sample
#cff69d text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff69d;
Background color
Panel with #cff69d background
background-color: #cff69d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff69d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 246, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 246, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff69d; background: linear-gradient(135deg, #cff69d, #9DF6A6);