#cbffa3
a light, electric green · cool · closest name: khaki
RGB
203, 255, 163
HSL
94°, 100%, 82%
CMYK
20, 0, 36, 0
Luminance
0.8686
Every format
| HEX | #cbffa3 |
| RGB | rgb(203, 255, 163) |
| HSL | hsl(94, 100%, 82%) |
| CMYK | cmyk(20%, 0%, 36%, 0%) |
| LAB | lab(94.7 -32.1 38.7) |
| LCH | lch(94.7 50.3 129.6) |
| OKLCH | oklch(0.943 0.130 132.4) |
Copy-ready code
/* CSS */
color: #cbffa3;
background-color: #cbffa3;
/* Tailwind (arbitrary) */
class="text-[#cbffa3] bg-[#cbffa3]"
/* SCSS */
$brand: #cbffa3;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.639)
/* Android */
Color.parseColor("#cbffa3")Accessibility — WCAG contrast
Aa
#cbffa3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffa3 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue63.9%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow36.1%
Key (black)0.0%
Color previews
#cbffa3 text on a black background
contrast 18.37:1
Card sample
#cbffa3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffa3;
Background color
Panel with #cbffa3 background
background-color: #cbffa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffa3; background: linear-gradient(135deg, #cbffa3, #A3FFB8);