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