#cffc6c
a light, electric green · cool · closest name: khaki
RGB
207, 252, 108
HSL
79°, 96%, 71%
CMYK
18, 0, 57, 1
Luminance
0.8397
Every format
| HEX | #cffc6c |
| RGB | rgb(207, 252, 108) |
| HSL | hsl(79, 96%, 71%) |
| CMYK | cmyk(18%, 0%, 57%, 1%) |
| LAB | lab(93.4 -35.2 62.9) |
| LCH | lch(93.4 72.1 119.2) |
| OKLCH | oklch(0.931 0.177 124.3) |
Copy-ready code
/* CSS */
color: #cffc6c;
background-color: #cffc6c;
/* Tailwind (arbitrary) */
class="text-[#cffc6c] bg-[#cffc6c]"
/* SCSS */
$brand: #cffc6c;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.424)
/* Android */
Color.parseColor("#cffc6c")Accessibility — WCAG contrast
Aa
#cffc6c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc6c on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue42.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow57.1%
Key (black)1.2%
Color previews
#cffc6c text on a black background
contrast 17.79:1
Card sample
#cffc6c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc6c;
Background color
Panel with #cffc6c background
background-color: #cffc6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc6c; background: linear-gradient(135deg, #cffc6c, #6FFC6C);