#cbfba1
a light, electric green · cool · closest name: khaki
RGB
203, 251, 161
HSL
92°, 92%, 81%
CMYK
19, 0, 36, 2
Luminance
0.8426
Every format
| HEX | #cbfba1 |
| RGB | rgb(203, 251, 161) |
| HSL | hsl(92, 92%, 81%) |
| CMYK | cmyk(19%, 0%, 36%, 2%) |
| LAB | lab(93.6 -30.5 38.3) |
| LCH | lch(93.6 48.9 128.5) |
| OKLCH | oklch(0.934 0.126 131.3) |
Copy-ready code
/* CSS */
color: #cbfba1;
background-color: #cbfba1;
/* Tailwind (arbitrary) */
class="text-[#cbfba1] bg-[#cbfba1]"
/* SCSS */
$brand: #cbfba1;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.631)
/* Android */
Color.parseColor("#cbfba1")Accessibility — WCAG contrast
Aa
#cbfba1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfba1 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue63.1%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow35.9%
Key (black)1.6%
Color previews
#cbfba1 text on a black background
contrast 17.85:1
Card sample
#cbfba1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfba1;
Background color
Panel with #cbfba1 background
background-color: #cbfba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfba1; background: linear-gradient(135deg, #cbfba1, #A1FBB3);