#cbfdb0
a light, electric green · cool · closest name: khaki
RGB
203, 253, 176
HSL
99°, 95%, 84%
CMYK
20, 0, 30, 1
Luminance
0.8608
Every format
| HEX | #cbfdb0 |
| RGB | rgb(203, 253, 176) |
| HSL | hsl(99, 95%, 84%) |
| CMYK | cmyk(20%, 0%, 30%, 1%) |
| LAB | lab(94.3 -29.3 31.8) |
| LCH | lch(94.3 43.3 132.7) |
| OKLCH | oklch(0.941 0.113 135.0) |
Copy-ready code
/* CSS */
color: #cbfdb0;
background-color: #cbfdb0;
/* Tailwind (arbitrary) */
class="text-[#cbfdb0] bg-[#cbfdb0]"
/* SCSS */
$brand: #cbfdb0;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.690)
/* Android */
Color.parseColor("#cbfdb0")Accessibility — WCAG contrast
Aa
#cbfdb0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdb0 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue69.0%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow30.4%
Key (black)0.8%
Color previews
#cbfdb0 text on a black background
contrast 18.22:1
Card sample
#cbfdb0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdb0;
Background color
Panel with #cbfdb0 background
background-color: #cbfdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdb0; background: linear-gradient(135deg, #cbfdb0, #B0FDC8);