#cbfba6
a light, electric green · cool · closest name: khaki
RGB
203, 251, 166
HSL
94°, 91%, 82%
CMYK
19, 0, 34, 2
Luminance
0.8444
Every format
| HEX | #cbfba6 |
| RGB | rgb(203, 251, 166) |
| HSL | hsl(94, 91%, 82%) |
| CMYK | cmyk(19%, 0%, 34%, 2%) |
| LAB | lab(93.6 -29.8 35.9) |
| LCH | lch(93.6 46.7 129.7) |
| OKLCH | oklch(0.935 0.121 132.3) |
Copy-ready code
/* CSS */
color: #cbfba6;
background-color: #cbfba6;
/* Tailwind (arbitrary) */
class="text-[#cbfba6] bg-[#cbfba6]"
/* SCSS */
$brand: #cbfba6;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.651)
/* Android */
Color.parseColor("#cbfba6")Accessibility — WCAG contrast
Aa
#cbfba6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfba6 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue65.1%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow33.9%
Key (black)1.6%
Color previews
#cbfba6 text on a black background
contrast 17.89:1
Card sample
#cbfba6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfba6;
Background color
Panel with #cbfba6 background
background-color: #cbfba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfba6; background: linear-gradient(135deg, #cbfba6, #A6FBBA);