#cef26d
a light, electric green · cool · closest name: khaki
RGB
206, 242, 109
HSL
76°, 84%, 69%
CMYK
15, 0, 55, 5
Luminance
0.7773
Every format
| HEX | #cef26d |
| RGB | rgb(206, 242, 109) |
| HSL | hsl(76, 84%, 69%) |
| CMYK | cmyk(15%, 0%, 55%, 5%) |
| LAB | lab(90.7 -30.9 59.3) |
| LCH | lch(90.7 66.9 117.5) |
| OKLCH | oklch(0.909 0.164 122.4) |
Copy-ready code
/* CSS */
color: #cef26d;
background-color: #cef26d;
/* Tailwind (arbitrary) */
class="text-[#cef26d] bg-[#cef26d]"
/* SCSS */
$brand: #cef26d;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.427)
/* Android */
Color.parseColor("#cef26d")Accessibility — WCAG contrast
Aa
#cef26d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef26d on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue42.7%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow55.0%
Key (black)5.1%
Color previews
#cef26d text on a black background
contrast 16.55:1
Card sample
#cef26d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef26d;
Background color
Panel with #cef26d background
background-color: #cef26d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef26d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef26d; background: linear-gradient(135deg, #cef26d, #75F26D);