#ceff55
a light, electric green · cool · closest name: yellow
RGB
206, 255, 85
HSL
77°, 100%, 67%
CMYK
19, 0, 67, 0
Luminance
0.8530
Every format
| HEX | #ceff55 |
| RGB | rgb(206, 255, 85) |
| HSL | hsl(77, 100%, 67%) |
| CMYK | cmyk(19%, 0%, 67%, 0%) |
| LAB | lab(94.0 -38.6 72.8) |
| LCH | lch(94.0 82.4 117.9) |
| OKLCH | oklch(0.935 0.199 124.1) |
Copy-ready code
/* CSS */
color: #ceff55;
background-color: #ceff55;
/* Tailwind (arbitrary) */
class="text-[#ceff55] bg-[#ceff55]"
/* SCSS */
$brand: #ceff55;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#ceff55")Accessibility — WCAG contrast
Aa
#ceff55 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff55 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue33.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#ceff55 text on a black background
contrast 18.06:1
Card sample
#ceff55 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff55;
Background color
Panel with #ceff55 background
background-color: #ceff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff55; background: linear-gradient(135deg, #ceff55, #5DFF55);