#cffc6f
a light, electric green · cool · closest name: khaki
RGB
207, 252, 111
HSL
79°, 96%, 71%
CMYK
18, 0, 56, 1
Luminance
0.8403
Every format
| HEX | #cffc6f |
| RGB | rgb(207, 252, 111) |
| HSL | hsl(79, 96%, 71%) |
| CMYK | cmyk(18%, 0%, 56%, 1%) |
| LAB | lab(93.5 -34.9 61.7) |
| LCH | lch(93.5 70.9 119.5) |
| OKLCH | oklch(0.932 0.175 124.5) |
Copy-ready code
/* CSS */
color: #cffc6f;
background-color: #cffc6f;
/* Tailwind (arbitrary) */
class="text-[#cffc6f] bg-[#cffc6f]"
/* SCSS */
$brand: #cffc6f;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.435)
/* Android */
Color.parseColor("#cffc6f")Accessibility — WCAG contrast
Aa
#cffc6f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc6f on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue43.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow56.0%
Key (black)1.2%
Color previews
#cffc6f text on a black background
contrast 17.81:1
Card sample
#cffc6f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc6f;
Background color
Panel with #cffc6f background
background-color: #cffc6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc6f; background: linear-gradient(135deg, #cffc6f, #71FC6F);