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