#cbfd8b
a light, electric green · cool · closest name: khaki
RGB
203, 253, 139
HSL
86°, 97%, 77%
CMYK
20, 0, 45, 1
Luminance
0.8481
Every format
| HEX | #cbfd8b |
| RGB | rgb(203, 253, 139) |
| HSL | hsl(86, 97%, 77%) |
| CMYK | cmyk(20%, 0%, 45%, 1%) |
| LAB | lab(93.8 -34.1 49.3) |
| LCH | lch(93.8 59.9 124.7) |
| OKLCH | oklch(0.935 0.152 128.4) |
Copy-ready code
/* CSS */
color: #cbfd8b;
background-color: #cbfd8b;
/* Tailwind (arbitrary) */
class="text-[#cbfd8b] bg-[#cbfd8b]"
/* SCSS */
$brand: #cbfd8b;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.545)
/* Android */
Color.parseColor("#cbfd8b")Accessibility — WCAG contrast
Aa
#cbfd8b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd8b on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue54.5%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow45.1%
Key (black)0.8%
Color previews
#cbfd8b text on a black background
contrast 17.96:1
Card sample
#cbfd8b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd8b;
Background color
Panel with #cbfd8b background
background-color: #cbfd8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd8b; background: linear-gradient(135deg, #cbfd8b, #8BFD97);