#cef37f
a light, electric green · cool · closest name: khaki
RGB
206, 243, 127
HSL
79°, 83%, 73%
CMYK
15, 0, 48, 5
Luminance
0.7876
Every format
| HEX | #cef37f |
| RGB | rgb(206, 243, 127) |
| HSL | hsl(79, 83%, 73%) |
| CMYK | cmyk(15%, 0%, 48%, 5%) |
| LAB | lab(91.1 -29.7 51.7) |
| LCH | lch(91.1 59.6 119.9) |
| OKLCH | oklch(0.913 0.149 123.9) |
Copy-ready code
/* CSS */
color: #cef37f;
background-color: #cef37f;
/* Tailwind (arbitrary) */
class="text-[#cef37f] bg-[#cef37f]"
/* SCSS */
$brand: #cef37f;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.498)
/* Android */
Color.parseColor("#cef37f")Accessibility — WCAG contrast
Aa
#cef37f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef37f on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue49.8%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow47.7%
Key (black)4.7%
Color previews
#cef37f text on a black background
contrast 16.75:1
Card sample
#cef37f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef37f;
Background color
Panel with #cef37f background
background-color: #cef37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef37f; background: linear-gradient(135deg, #cef37f, #80F37F);