#cbfda4
a light, electric green · cool · closest name: khaki
RGB
203, 253, 164
HSL
94°, 96%, 82%
CMYK
20, 0, 35, 1
Luminance
0.8563
Every format
| HEX | #cbfda4 |
| RGB | rgb(203, 253, 164) |
| HSL | hsl(94, 96%, 82%) |
| CMYK | cmyk(20%, 0%, 35%, 1%) |
| LAB | lab(94.2 -31.0 37.5) |
| LCH | lch(94.2 48.7 129.6) |
| OKLCH | oklch(0.939 0.126 132.3) |
Copy-ready code
/* CSS */
color: #cbfda4;
background-color: #cbfda4;
/* Tailwind (arbitrary) */
class="text-[#cbfda4] bg-[#cbfda4]"
/* SCSS */
$brand: #cbfda4;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.643)
/* Android */
Color.parseColor("#cbfda4")Accessibility — WCAG contrast
Aa
#cbfda4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfda4 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue64.3%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow35.2%
Key (black)0.8%
Color previews
#cbfda4 text on a black background
contrast 18.13:1
Card sample
#cbfda4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfda4;
Background color
Panel with #cbfda4 background
background-color: #cbfda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfda4; background: linear-gradient(135deg, #cbfda4, #A4FDB8);