#cbff55
a light, electric green · cool · closest name: yellow
RGB
203, 255, 85
HSL
78°, 100%, 67%
CMYK
20, 0, 67, 0
Luminance
0.8487
Every format
| HEX | #cbff55 |
| RGB | rgb(203, 255, 85) |
| HSL | hsl(78, 100%, 67%) |
| CMYK | cmyk(20%, 0%, 67%, 0%) |
| LAB | lab(93.8 -39.7 72.5) |
| LCH | lch(93.8 82.7 118.7) |
| OKLCH | oklch(0.933 0.200 124.9) |
Copy-ready code
/* CSS */
color: #cbff55;
background-color: #cbff55;
/* Tailwind (arbitrary) */
class="text-[#cbff55] bg-[#cbff55]"
/* SCSS */
$brand: #cbff55;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#cbff55")Accessibility — WCAG contrast
Aa
#cbff55 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff55 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue33.3%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#cbff55 text on a black background
contrast 17.97:1
Card sample
#cbff55 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff55;
Background color
Panel with #cbff55 background
background-color: #cbff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff55; background: linear-gradient(135deg, #cbff55, #5AFF55);