#cbfda0
a light, electric green · cool · closest name: khaki
RGB
203, 253, 160
HSL
92°, 96%, 81%
CMYK
20, 0, 37, 1
Luminance
0.8549
Every format
| HEX | #cbfda0 |
| RGB | rgb(203, 253, 160) |
| HSL | hsl(92, 96%, 81%) |
| CMYK | cmyk(20%, 0%, 37%, 1%) |
| LAB | lab(94.1 -31.6 39.5) |
| LCH | lch(94.1 50.5 128.7) |
| OKLCH | oklch(0.938 0.130 131.5) |
Copy-ready code
/* CSS */
color: #cbfda0;
background-color: #cbfda0;
/* Tailwind (arbitrary) */
class="text-[#cbfda0] bg-[#cbfda0]"
/* SCSS */
$brand: #cbfda0;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.627)
/* Android */
Color.parseColor("#cbfda0")Accessibility — WCAG contrast
Aa
#cbfda0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfda0 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue62.7%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow36.8%
Key (black)0.8%
Color previews
#cbfda0 text on a black background
contrast 18.10:1
Card sample
#cbfda0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfda0;
Background color
Panel with #cbfda0 background
background-color: #cbfda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfda0; background: linear-gradient(135deg, #cbfda0, #A0FDB3);