#cefd8b
a light, electric green · cool · closest name: khaki
RGB
206, 253, 139
HSL
85°, 97%, 77%
CMYK
19, 0, 45, 1
Luminance
0.8524
Every format
| HEX | #cefd8b |
| RGB | rgb(206, 253, 139) |
| HSL | hsl(85, 97%, 77%) |
| CMYK | cmyk(19%, 0%, 45%, 1%) |
| LAB | lab(94.0 -33.0 49.5) |
| LCH | lch(94.0 59.5 123.7) |
| OKLCH | oklch(0.937 0.151 127.4) |
Copy-ready code
/* CSS */
color: #cefd8b;
background-color: #cefd8b;
/* Tailwind (arbitrary) */
class="text-[#cefd8b] bg-[#cefd8b]"
/* SCSS */
$brand: #cefd8b;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.545)
/* Android */
Color.parseColor("#cefd8b")Accessibility — WCAG contrast
Aa
#cefd8b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd8b on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue54.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow45.1%
Key (black)0.8%
Color previews
#cefd8b text on a black background
contrast 18.05:1
Card sample
#cefd8b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd8b;
Background color
Panel with #cefd8b background
background-color: #cefd8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd8b; background: linear-gradient(135deg, #cefd8b, #8BFD94);