#cbfec0
a pale, electric green · cool · closest name: aquamarine
RGB
203, 254, 192
HSL
109°, 97%, 88%
CMYK
20, 0, 24, 0
Luminance
0.8739
Every format
| HEX | #cbfec0 |
| RGB | rgb(203, 254, 192) |
| HSL | hsl(109, 97%, 88%) |
| CMYK | cmyk(20%, 0%, 24%, 0%) |
| LAB | lab(94.9 -27.4 24.5) |
| LCH | lch(94.9 36.8 138.2) |
| OKLCH | oklch(0.946 0.097 140.1) |
Copy-ready code
/* CSS */
color: #cbfec0;
background-color: #cbfec0;
/* Tailwind (arbitrary) */
class="text-[#cbfec0] bg-[#cbfec0]"
/* SCSS */
$brand: #cbfec0;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.753)
/* Android */
Color.parseColor("#cbfec0")Accessibility — WCAG contrast
Aa
#cbfec0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfec0 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue75.3%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow24.4%
Key (black)0.4%
Color previews
#cbfec0 text on a black background
contrast 18.48:1
Card sample
#cbfec0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfec0;
Background color
Panel with #cbfec0 background
background-color: #cbfec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfec0; background: linear-gradient(135deg, #cbfec0, #C0FEDF);