#cbfead
a light, electric green · cool · closest name: khaki
RGB
203, 254, 173
HSL
98°, 98%, 84%
CMYK
20, 0, 32, 0
Luminance
0.8660
Every format
| HEX | #cbfead |
| RGB | rgb(203, 254, 173) |
| HSL | hsl(98, 98%, 84%) |
| CMYK | cmyk(20%, 0%, 32%, 0%) |
| LAB | lab(94.6 -30.2 33.6) |
| LCH | lch(94.6 45.2 132.0) |
| OKLCH | oklch(0.943 0.118 134.4) |
Copy-ready code
/* CSS */
color: #cbfead;
background-color: #cbfead;
/* Tailwind (arbitrary) */
class="text-[#cbfead] bg-[#cbfead]"
/* SCSS */
$brand: #cbfead;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.678)
/* Android */
Color.parseColor("#cbfead")Accessibility — WCAG contrast
Aa
#cbfead on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfead on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue67.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow31.9%
Key (black)0.4%
Color previews
#cbfead text on a black background
contrast 18.32:1
Card sample
#cbfead text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfead;
Background color
Panel with #cbfead background
background-color: #cbfead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfead; background: linear-gradient(135deg, #cbfead, #ADFEC5);