#cefd7b
a light, electric green · cool · closest name: khaki
RGB
206, 253, 123
HSL
82°, 97%, 74%
CMYK
19, 0, 51, 1
Luminance
0.8480
Every format
| HEX | #cefd7b |
| RGB | rgb(206, 253, 123) |
| HSL | hsl(82, 97%, 74%) |
| CMYK | cmyk(19%, 0%, 51%, 1%) |
| LAB | lab(93.8 -34.7 56.7) |
| LCH | lch(93.8 66.5 121.4) |
| OKLCH | oklch(0.935 0.166 125.9) |
Copy-ready code
/* CSS */
color: #cefd7b;
background-color: #cefd7b;
/* Tailwind (arbitrary) */
class="text-[#cefd7b] bg-[#cefd7b]"
/* SCSS */
$brand: #cefd7b;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.482)
/* Android */
Color.parseColor("#cefd7b")Accessibility — WCAG contrast
Aa
#cefd7b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd7b on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue48.2%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow51.4%
Key (black)0.8%
Color previews
#cefd7b text on a black background
contrast 17.96:1
Card sample
#cefd7b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd7b;
Background color
Panel with #cefd7b background
background-color: #cefd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd7b; background: linear-gradient(135deg, #cefd7b, #7BFD7F);