#cef08f
a light, electric green · cool · closest name: khaki
RGB
206, 240, 143
HSL
81°, 76%, 75%
CMYK
14, 0, 40, 6
Luminance
0.7743
Every format
| HEX | #cef08f |
| RGB | rgb(206, 240, 143) |
| HSL | hsl(81, 76%, 75%) |
| CMYK | cmyk(14%, 0%, 40%, 6%) |
| LAB | lab(90.5 -26.5 43.2) |
| LCH | lch(90.5 50.7 121.5) |
| OKLCH | oklch(0.909 0.128 124.7) |
Copy-ready code
/* CSS */
color: #cef08f;
background-color: #cef08f;
/* Tailwind (arbitrary) */
class="text-[#cef08f] bg-[#cef08f]"
/* SCSS */
$brand: #cef08f;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#cef08f")Accessibility — WCAG contrast
Aa
#cef08f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef08f on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue56.1%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow40.4%
Key (black)5.9%
Color previews
#cef08f text on a black background
contrast 16.49:1
Card sample
#cef08f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef08f;
Background color
Panel with #cef08f background
background-color: #cef08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef08f; background: linear-gradient(135deg, #cef08f, #8FF091);