#cefd78
a light, electric green · cool · closest name: khaki
RGB
206, 253, 120
HSL
81°, 97%, 73%
CMYK
19, 0, 53, 1
Luminance
0.8473
Every format
| HEX | #cefd78 |
| RGB | rgb(206, 253, 120) |
| HSL | hsl(81, 97%, 73%) |
| CMYK | cmyk(19%, 0%, 53%, 1%) |
| LAB | lab(93.8 -35.0 58.0) |
| LCH | lch(93.8 67.7 121.1) |
| OKLCH | oklch(0.934 0.169 125.7) |
Copy-ready code
/* CSS */
color: #cefd78;
background-color: #cefd78;
/* Tailwind (arbitrary) */
class="text-[#cefd78] bg-[#cefd78]"
/* SCSS */
$brand: #cefd78;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.471)
/* Android */
Color.parseColor("#cefd78")Accessibility — WCAG contrast
Aa
#cefd78 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd78 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue47.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow52.6%
Key (black)0.8%
Color previews
#cefd78 text on a black background
contrast 17.95:1
Card sample
#cefd78 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd78;
Background color
Panel with #cefd78 background
background-color: #cefd78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd78; background: linear-gradient(135deg, #cefd78, #78FD7A);