#cbfcab
a light, electric green · cool · closest name: khaki
RGB
203, 252, 171
HSL
96°, 93%, 83%
CMYK
19, 0, 32, 1
Luminance
0.8526
Every format
| HEX | #cbfcab |
| RGB | rgb(203, 252, 171) |
| HSL | hsl(96, 93%, 83%) |
| CMYK | cmyk(19%, 0%, 32%, 1%) |
| LAB | lab(94.0 -29.6 33.9) |
| LCH | lch(94.0 45.0 131.1) |
| OKLCH | oklch(0.938 0.117 133.6) |
Copy-ready code
/* CSS */
color: #cbfcab;
background-color: #cbfcab;
/* Tailwind (arbitrary) */
class="text-[#cbfcab] bg-[#cbfcab]"
/* SCSS */
$brand: #cbfcab;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.671)
/* Android */
Color.parseColor("#cbfcab")Accessibility — WCAG contrast
Aa
#cbfcab on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcab on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue67.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow32.1%
Key (black)1.2%
Color previews
#cbfcab text on a black background
contrast 18.05:1
Card sample
#cbfcab text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcab;
Background color
Panel with #cbfcab background
background-color: #cbfcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcab; background: linear-gradient(135deg, #cbfcab, #ABFCC1);