#cbfbc4
a pale, electric green · cool · closest name: beige
RGB
203, 251, 196
HSL
112°, 87%, 88%
CMYK
19, 0, 22, 2
Luminance
0.8568
Every format
| HEX | #cbfbc4 |
| RGB | rgb(203, 251, 196) |
| HSL | hsl(112, 87%, 88%) |
| CMYK | cmyk(19%, 0%, 22%, 2%) |
| LAB | lab(94.2 -25.3 21.5) |
| LCH | lch(94.2 33.2 139.7) |
| OKLCH | oklch(0.941 0.088 141.5) |
Copy-ready code
/* CSS */
color: #cbfbc4;
background-color: #cbfbc4;
/* Tailwind (arbitrary) */
class="text-[#cbfbc4] bg-[#cbfbc4]"
/* SCSS */
$brand: #cbfbc4;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.769)
/* Android */
Color.parseColor("#cbfbc4")Accessibility — WCAG contrast
Aa
#cbfbc4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfbc4 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue76.9%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow21.9%
Key (black)1.6%
Color previews
#cbfbc4 text on a black background
contrast 18.14:1
Card sample
#cbfbc4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfbc4;
Background color
Panel with #cbfbc4 background
background-color: #cbfbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfbc4; background: linear-gradient(135deg, #cbfbc4, #C4FBE2);