#ceff7b
a light, electric green · cool · closest name: khaki
RGB
206, 255, 123
HSL
82°, 100%, 74%
CMYK
19, 0, 52, 0
Luminance
0.8607
Every format
| HEX | #ceff7b |
| RGB | rgb(206, 255, 123) |
| HSL | hsl(82, 100%, 74%) |
| CMYK | cmyk(19%, 0%, 52%, 0%) |
| LAB | lab(94.3 -35.6 57.4) |
| LCH | lch(94.3 67.5 121.8) |
| OKLCH | oklch(0.939 0.169 126.3) |
Copy-ready code
/* CSS */
color: #ceff7b;
background-color: #ceff7b;
/* Tailwind (arbitrary) */
class="text-[#ceff7b] bg-[#ceff7b]"
/* SCSS */
$brand: #ceff7b;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#ceff7b")Accessibility — WCAG contrast
Aa
#ceff7b on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff7b on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue48.2%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#ceff7b text on a black background
contrast 18.21:1
Card sample
#ceff7b text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff7b;
Background color
Panel with #ceff7b background
background-color: #ceff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff7b; background: linear-gradient(135deg, #ceff7b, #7BFF80);