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