#cbfdb3
a light, electric green · cool · closest name: khaki
RGB
203, 253, 179
HSL
101°, 95%, 85%
CMYK
20, 0, 29, 1
Luminance
0.8620
Every format
| HEX | #cbfdb3 |
| RGB | rgb(203, 253, 179) |
| HSL | hsl(101, 95%, 85%) |
| CMYK | cmyk(20%, 0%, 29%, 1%) |
| LAB | lab(94.4 -28.9 30.4) |
| LCH | lch(94.4 41.9 133.6) |
| OKLCH | oklch(0.942 0.110 135.8) |
Copy-ready code
/* CSS */
color: #cbfdb3;
background-color: #cbfdb3;
/* Tailwind (arbitrary) */
class="text-[#cbfdb3] bg-[#cbfdb3]"
/* SCSS */
$brand: #cbfdb3;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.702)
/* Android */
Color.parseColor("#cbfdb3")Accessibility — WCAG contrast
Aa
#cbfdb3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdb3 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue70.2%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow29.2%
Key (black)0.8%
Color previews
#cbfdb3 text on a black background
contrast 18.24:1
Card sample
#cbfdb3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdb3;
Background color
Panel with #cbfdb3 background
background-color: #cbfdb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdb3; background: linear-gradient(135deg, #cbfdb3, #B3FDCC);