#cbff7b
a light, electric green · cool · closest name: khaki
RGB
203, 255, 123
HSL
84°, 100%, 74%
CMYK
20, 0, 52, 0
Luminance
0.8565
Every format
| HEX | #cbff7b |
| RGB | rgb(203, 255, 123) |
| HSL | hsl(84, 100%, 74%) |
| CMYK | cmyk(20%, 0%, 52%, 0%) |
| LAB | lab(94.2 -36.7 57.1) |
| LCH | lch(94.2 67.9 122.7) |
| OKLCH | oklch(0.937 0.170 127.2) |
Copy-ready code
/* CSS */
color: #cbff7b;
background-color: #cbff7b;
/* Tailwind (arbitrary) */
class="text-[#cbff7b] bg-[#cbff7b]"
/* SCSS */
$brand: #cbff7b;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#cbff7b")Accessibility — WCAG contrast
Aa
#cbff7b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff7b on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue48.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#cbff7b text on a black background
contrast 18.13:1
Card sample
#cbff7b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff7b;
Background color
Panel with #cbff7b background
background-color: #cbff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff7b; background: linear-gradient(135deg, #cbff7b, #7BFF83);