#cef06b
a light, electric green · cool · closest name: khaki
RGB
206, 240, 107
HSL
75°, 82%, 68%
CMYK
14, 0, 55, 6
Luminance
0.7650
Every format
| HEX | #cef06b |
| RGB | rgb(206, 240, 107) |
| HSL | hsl(75, 82%, 68%) |
| CMYK | cmyk(14%, 0%, 55%, 6%) |
| LAB | lab(90.1 -30.1 59.6) |
| LCH | lch(90.1 66.8 116.8) |
| OKLCH | oklch(0.904 0.164 121.7) |
Copy-ready code
/* CSS */
color: #cef06b;
background-color: #cef06b;
/* Tailwind (arbitrary) */
class="text-[#cef06b] bg-[#cef06b]"
/* SCSS */
$brand: #cef06b;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#cef06b")Accessibility — WCAG contrast
Aa
#cef06b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef06b on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue42.0%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#cef06b text on a black background
contrast 16.30:1
Card sample
#cef06b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef06b;
Background color
Panel with #cef06b background
background-color: #cef06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef06b; background: linear-gradient(135deg, #cef06b, #75F06B);