#ceff5c
a light, electric green · cool · closest name: yellow
RGB
206, 255, 92
HSL
78°, 100%, 68%
CMYK
19, 0, 64, 0
Luminance
0.8541
Every format
| HEX | #ceff5c |
| RGB | rgb(206, 255, 92) |
| HSL | hsl(78, 100%, 68%) |
| CMYK | cmyk(19%, 0%, 64%, 0%) |
| LAB | lab(94.1 -38.1 70.2) |
| LCH | lch(94.1 79.8 118.5) |
| OKLCH | oklch(0.936 0.194 124.4) |
Copy-ready code
/* CSS */
color: #ceff5c;
background-color: #ceff5c;
/* Tailwind (arbitrary) */
class="text-[#ceff5c] bg-[#ceff5c]"
/* SCSS */
$brand: #ceff5c;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.361)
/* Android */
Color.parseColor("#ceff5c")Accessibility — WCAG contrast
Aa
#ceff5c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff5c on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue36.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow63.9%
Key (black)0.0%
Color previews
#ceff5c text on a black background
contrast 18.08:1
Card sample
#ceff5c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff5c;
Background color
Panel with #ceff5c background
background-color: #ceff5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff5c; background: linear-gradient(135deg, #ceff5c, #61FF5C);