#cbfcad
a light, electric green · cool · closest name: khaki
RGB
203, 252, 173
HSL
97°, 93%, 83%
CMYK
19, 0, 31, 1
Luminance
0.8533
Every format
| HEX | #cbfcad |
| RGB | rgb(203, 252, 173) |
| HSL | hsl(97, 93%, 83%) |
| CMYK | cmyk(19%, 0%, 31%, 1%) |
| LAB | lab(94.0 -29.3 32.9) |
| LCH | lch(94.0 44.1 131.7) |
| OKLCH | oklch(0.938 0.115 134.0) |
Copy-ready code
/* CSS */
color: #cbfcad;
background-color: #cbfcad;
/* Tailwind (arbitrary) */
class="text-[#cbfcad] bg-[#cbfcad]"
/* SCSS */
$brand: #cbfcad;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.678)
/* Android */
Color.parseColor("#cbfcad")Accessibility — WCAG contrast
Aa
#cbfcad on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcad on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue67.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow31.3%
Key (black)1.2%
Color previews
#cbfcad text on a black background
contrast 18.07:1
Card sample
#cbfcad text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcad;
Background color
Panel with #cbfcad background
background-color: #cbfcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcad; background: linear-gradient(135deg, #cbfcad, #ADFCC4);