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