#cbff6e
a light, electric green · cool · closest name: khaki
RGB
203, 255, 110
HSL
82°, 100%, 72%
CMYK
20, 0, 57, 0
Luminance
0.8534
Every format
| HEX | #cbff6e |
| RGB | rgb(203, 255, 110) |
| HSL | hsl(82, 100%, 72%) |
| CMYK | cmyk(20%, 0%, 57%, 0%) |
| LAB | lab(94.0 -37.9 62.7) |
| LCH | lch(94.0 73.2 121.1) |
| OKLCH | oklch(0.935 0.181 126.2) |
Copy-ready code
/* CSS */
color: #cbff6e;
background-color: #cbff6e;
/* Tailwind (arbitrary) */
class="text-[#cbff6e] bg-[#cbff6e]"
/* SCSS */
$brand: #cbff6e;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.431)
/* Android */
Color.parseColor("#cbff6e")Accessibility — WCAG contrast
Aa
#cbff6e on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff6e on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue43.1%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow56.9%
Key (black)0.0%
Color previews
#cbff6e text on a black background
contrast 18.07:1
Card sample
#cbff6e text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff6e;
Background color
Panel with #cbff6e background
background-color: #cbff6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff6e; background: linear-gradient(135deg, #cbff6e, #6EFF72);