#cbfeab
a light, electric green · cool · closest name: khaki
RGB
203, 254, 171
HSL
97°, 98%, 83%
CMYK
20, 0, 33, 0
Luminance
0.8652
Every format
| HEX | #cbfeab |
| RGB | rgb(203, 254, 171) |
| HSL | hsl(97, 98%, 83%) |
| CMYK | cmyk(20%, 0%, 33%, 0%) |
| LAB | lab(94.5 -30.5 34.6) |
| LCH | lch(94.5 46.1 131.4) |
| OKLCH | oklch(0.942 0.120 133.9) |
Copy-ready code
/* CSS */
color: #cbfeab;
background-color: #cbfeab;
/* Tailwind (arbitrary) */
class="text-[#cbfeab] bg-[#cbfeab]"
/* SCSS */
$brand: #cbfeab;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#cbfeab")Accessibility — WCAG contrast
Aa
#cbfeab on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfeab on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue67.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#cbfeab text on a black background
contrast 18.30:1
Card sample
#cbfeab text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfeab;
Background color
Panel with #cbfeab background
background-color: #cbfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfeab; background: linear-gradient(135deg, #cbfeab, #ABFEC2);