#cef07c
a light, electric green · cool · closest name: khaki
RGB
206, 240, 124
HSL
78°, 80%, 71%
CMYK
14, 0, 48, 6
Luminance
0.7690
Every format
| HEX | #cef07c |
| RGB | rgb(206, 240, 124) |
| HSL | hsl(78, 80%, 71%) |
| CMYK | cmyk(14%, 0%, 48%, 6%) |
| LAB | lab(90.3 -28.6 52.0) |
| LCH | lch(90.3 59.4 118.8) |
| OKLCH | oklch(0.906 0.148 122.8) |
Copy-ready code
/* CSS */
color: #cef07c;
background-color: #cef07c;
/* Tailwind (arbitrary) */
class="text-[#cef07c] bg-[#cef07c]"
/* SCSS */
$brand: #cef07c;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.486)
/* Android */
Color.parseColor("#cef07c")Accessibility — WCAG contrast
Aa
#cef07c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef07c on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue48.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow48.3%
Key (black)5.9%
Color previews
#cef07c text on a black background
contrast 16.38:1
Card sample
#cef07c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef07c;
Background color
Panel with #cef07c background
background-color: #cef07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef07c; background: linear-gradient(135deg, #cef07c, #81F07C);