#cef98f
a light, electric green · cool · closest name: khaki
RGB
206, 249, 143
HSL
84°, 90%, 77%
CMYK
17, 0, 43, 2
Luminance
0.8286
Every format
| HEX | #cef98f |
| RGB | rgb(206, 249, 143) |
| HSL | hsl(84, 90%, 77%) |
| CMYK | cmyk(17%, 0%, 43%, 2%) |
| LAB | lab(93.0 -30.7 46.3) |
| LCH | lch(93.0 55.6 123.6) |
| OKLCH | oklch(0.928 0.141 127.0) |
Copy-ready code
/* CSS */
color: #cef98f;
background-color: #cef98f;
/* Tailwind (arbitrary) */
class="text-[#cef98f] bg-[#cef98f]"
/* SCSS */
$brand: #cef98f;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.561)
/* Android */
Color.parseColor("#cef98f")Accessibility — WCAG contrast
Aa
#cef98f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef98f on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue56.1%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow42.6%
Key (black)2.4%
Color previews
#cef98f text on a black background
contrast 17.57:1
Card sample
#cef98f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef98f;
Background color
Panel with #cef98f background
background-color: #cef98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef98f; background: linear-gradient(135deg, #cef98f, #8FF997);