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