#cbff69
a light, electric green · cool · closest name: yellow
RGB
203, 255, 105
HSL
81°, 100%, 71%
CMYK
20, 0, 59, 0
Luminance
0.8524
Every format
| HEX | #cbff69 |
| RGB | rgb(203, 255, 105) |
| HSL | hsl(81, 100%, 71%) |
| CMYK | cmyk(20%, 0%, 59%, 0%) |
| LAB | lab(94.0 -38.3 64.8) |
| LCH | lch(94.0 75.2 120.6) |
| OKLCH | oklch(0.935 0.185 125.9) |
Copy-ready code
/* CSS */
color: #cbff69;
background-color: #cbff69;
/* Tailwind (arbitrary) */
class="text-[#cbff69] bg-[#cbff69]"
/* SCSS */
$brand: #cbff69;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#cbff69")Accessibility — WCAG contrast
Aa
#cbff69 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff69 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue41.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#cbff69 text on a black background
contrast 18.05:1
Card sample
#cbff69 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff69;
Background color
Panel with #cbff69 background
background-color: #cbff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff69; background: linear-gradient(135deg, #cbff69, #69FF6B);