#ceff60
a light, electric green · cool · closest name: yellow
RGB
206, 255, 96
HSL
79°, 100%, 69%
CMYK
19, 0, 62, 0
Luminance
0.8549
Every format
| HEX | #ceff60 |
| RGB | rgb(206, 255, 96) |
| HSL | hsl(79, 100%, 69%) |
| CMYK | cmyk(19%, 0%, 62%, 0%) |
| LAB | lab(94.1 -37.8 68.6) |
| LCH | lch(94.1 78.4 118.9) |
| OKLCH | oklch(0.936 0.191 124.6) |
Copy-ready code
/* CSS */
color: #ceff60;
background-color: #ceff60;
/* Tailwind (arbitrary) */
class="text-[#ceff60] bg-[#ceff60]"
/* SCSS */
$brand: #ceff60;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.376)
/* Android */
Color.parseColor("#ceff60")Accessibility — WCAG contrast
Aa
#ceff60 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff60 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue37.6%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow62.4%
Key (black)0.0%
Color previews
#ceff60 text on a black background
contrast 18.10:1
Card sample
#ceff60 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff60;
Background color
Panel with #ceff60 background
background-color: #ceff60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff60; background: linear-gradient(135deg, #ceff60, #64FF60);