#cffc7b
a light, electric green · cool · closest name: khaki
RGB
207, 252, 123
HSL
81°, 96%, 74%
CMYK
18, 0, 51, 1
Luminance
0.8432
Every format
| HEX | #cffc7b |
| RGB | rgb(207, 252, 123) |
| HSL | hsl(81, 96%, 74%) |
| CMYK | cmyk(18%, 0%, 51%, 1%) |
| LAB | lab(93.6 -33.9 56.5) |
| LCH | lch(93.6 65.8 120.9) |
| OKLCH | oklch(0.933 0.164 125.4) |
Copy-ready code
/* CSS */
color: #cffc7b;
background-color: #cffc7b;
/* Tailwind (arbitrary) */
class="text-[#cffc7b] bg-[#cffc7b]"
/* SCSS */
$brand: #cffc7b;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.482)
/* Android */
Color.parseColor("#cffc7b")Accessibility — WCAG contrast
Aa
#cffc7b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc7b on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue48.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow51.2%
Key (black)1.2%
Color previews
#cffc7b text on a black background
contrast 17.86:1
Card sample
#cffc7b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc7b;
Background color
Panel with #cffc7b background
background-color: #cffc7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc7b; background: linear-gradient(135deg, #cffc7b, #7BFC7D);