#cefd6c
a light, electric green · cool · closest name: khaki
RGB
206, 253, 108
HSL
79°, 97%, 71%
CMYK
19, 0, 57, 1
Luminance
0.8446
Every format
| HEX | #cefd6c |
| RGB | rgb(206, 253, 108) |
| HSL | hsl(79, 97%, 71%) |
| CMYK | cmyk(19%, 0%, 57%, 1%) |
| LAB | lab(93.7 -36.0 63.2) |
| LCH | lch(93.7 72.7 119.7) |
| OKLCH | oklch(0.933 0.179 124.8) |
Copy-ready code
/* CSS */
color: #cefd6c;
background-color: #cefd6c;
/* Tailwind (arbitrary) */
class="text-[#cefd6c] bg-[#cefd6c]"
/* SCSS */
$brand: #cefd6c;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.424)
/* Android */
Color.parseColor("#cefd6c")Accessibility — WCAG contrast
Aa
#cefd6c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd6c on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue42.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow57.3%
Key (black)0.8%
Color previews
#cefd6c text on a black background
contrast 17.89:1
Card sample
#cefd6c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd6c;
Background color
Panel with #cefd6c background
background-color: #cefd6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd6c; background: linear-gradient(135deg, #cefd6c, #6EFD6C);