#cbfac7
a pale, electric green · cool · closest name: beige
RGB
203, 250, 199
HSL
115°, 84%, 88%
CMYK
19, 0, 20, 2
Luminance
0.8519
Every format
| HEX | #cbfac7 |
| RGB | rgb(203, 250, 199) |
| HSL | hsl(115, 84%, 88%) |
| CMYK | cmyk(19%, 0%, 20%, 2%) |
| LAB | lab(94.0 -24.4 19.6) |
| LCH | lch(94.0 31.3 141.1) |
| OKLCH | oklch(0.939 0.083 142.8) |
Copy-ready code
/* CSS */
color: #cbfac7;
background-color: #cbfac7;
/* Tailwind (arbitrary) */
class="text-[#cbfac7] bg-[#cbfac7]"
/* SCSS */
$brand: #cbfac7;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.780)
/* Android */
Color.parseColor("#cbfac7")Accessibility — WCAG contrast
Aa
#cbfac7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfac7 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue78.0%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow20.4%
Key (black)2.0%
Color previews
#cbfac7 text on a black background
contrast 18.04:1
Card sample
#cbfac7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfac7;
Background color
Panel with #cbfac7 background
background-color: #cbfac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfac7; background: linear-gradient(135deg, #cbfac7, #C7FAE5);