#cef07f
a light, electric green · cool · closest name: khaki
RGB
206, 240, 127
HSL
78°, 79%, 72%
CMYK
14, 0, 47, 6
Luminance
0.7697
Every format
| HEX | #cef07f |
| RGB | rgb(206, 240, 127) |
| HSL | hsl(78, 79%, 72%) |
| CMYK | cmyk(14%, 0%, 47%, 6%) |
| LAB | lab(90.3 -28.3 50.7) |
| LCH | lch(90.3 58.0 119.1) |
| OKLCH | oklch(0.907 0.145 123.1) |
Copy-ready code
/* CSS */
color: #cef07f;
background-color: #cef07f;
/* Tailwind (arbitrary) */
class="text-[#cef07f] bg-[#cef07f]"
/* SCSS */
$brand: #cef07f;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.498)
/* Android */
Color.parseColor("#cef07f")Accessibility — WCAG contrast
Aa
#cef07f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef07f on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue49.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow47.1%
Key (black)5.9%
Color previews
#cef07f text on a black background
contrast 16.39:1
Card sample
#cef07f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef07f;
Background color
Panel with #cef07f background
background-color: #cef07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef07f; background: linear-gradient(135deg, #cef07f, #83F07F);