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