#cefd7f
a light, electric green · cool · closest name: khaki
RGB
206, 253, 127
HSL
82°, 97%, 75%
CMYK
19, 0, 50, 1
Luminance
0.8490
Every format
| HEX | #cefd7f |
| RGB | rgb(206, 253, 127) |
| HSL | hsl(82, 97%, 75%) |
| CMYK | cmyk(19%, 0%, 50%, 1%) |
| LAB | lab(93.8 -34.3 55.0) |
| LCH | lch(93.8 64.8 122.0) |
| OKLCH | oklch(0.935 0.162 126.2) |
Copy-ready code
/* CSS */
color: #cefd7f;
background-color: #cefd7f;
/* Tailwind (arbitrary) */
class="text-[#cefd7f] bg-[#cefd7f]"
/* SCSS */
$brand: #cefd7f;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#cefd7f")Accessibility — WCAG contrast
Aa
#cefd7f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd7f on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue49.8%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#cefd7f text on a black background
contrast 17.98:1
Card sample
#cefd7f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd7f;
Background color
Panel with #cefd7f background
background-color: #cefd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd7f; background: linear-gradient(135deg, #cefd7f, #7FFD84);