#cbfbc8
a pale, electric green · cool · closest name: beige
RGB
203, 251, 200
HSL
117°, 86%, 88%
CMYK
19, 0, 20, 2
Luminance
0.8586
Every format
| HEX | #cbfbc8 |
| RGB | rgb(203, 251, 200) |
| HSL | hsl(117, 86%, 88%) |
| CMYK | cmyk(19%, 0%, 20%, 2%) |
| LAB | lab(94.3 -24.7 19.5) |
| LCH | lch(94.3 31.4 141.6) |
| OKLCH | oklch(0.942 0.084 143.4) |
Copy-ready code
/* CSS */
color: #cbfbc8;
background-color: #cbfbc8;
/* Tailwind (arbitrary) */
class="text-[#cbfbc8] bg-[#cbfbc8]"
/* SCSS */
$brand: #cbfbc8;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.784)
/* Android */
Color.parseColor("#cbfbc8")Accessibility — WCAG contrast
Aa
#cbfbc8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfbc8 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue78.4%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow20.3%
Key (black)1.6%
Color previews
#cbfbc8 text on a black background
contrast 18.17:1
Card sample
#cbfbc8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfbc8;
Background color
Panel with #cbfbc8 background
background-color: #cbfbc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfbc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfbc8; background: linear-gradient(135deg, #cbfbc8, #C8FBE7);