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