#cbfe8f
a light, electric green · cool · closest name: khaki
RGB
203, 254, 143
HSL
88°, 98%, 78%
CMYK
20, 0, 44, 0
Luminance
0.8556
Every format
| HEX | #cbfe8f |
| RGB | rgb(203, 254, 143) |
| HSL | hsl(88, 98%, 78%) |
| CMYK | cmyk(20%, 0%, 44%, 0%) |
| LAB | lab(94.1 -34.1 47.8) |
| LCH | lch(94.1 58.7 125.5) |
| OKLCH | oklch(0.938 0.149 129.1) |
Copy-ready code
/* CSS */
color: #cbfe8f;
background-color: #cbfe8f;
/* Tailwind (arbitrary) */
class="text-[#cbfe8f] bg-[#cbfe8f]"
/* SCSS */
$brand: #cbfe8f;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.561)
/* Android */
Color.parseColor("#cbfe8f")Accessibility — WCAG contrast
Aa
#cbfe8f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfe8f on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue56.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow43.7%
Key (black)0.4%
Color previews
#cbfe8f text on a black background
contrast 18.11:1
Card sample
#cbfe8f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfe8f;
Background color
Panel with #cbfe8f background
background-color: #cbfe8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfe8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfe8f; background: linear-gradient(135deg, #cbfe8f, #8FFE9D);