#cbfec3
a pale, electric green · cool · closest name: aquamarine
RGB
203, 254, 195
HSL
112°, 97%, 88%
CMYK
20, 0, 23, 0
Luminance
0.8752
Every format
| HEX | #cbfec3 |
| RGB | rgb(203, 254, 195) |
| HSL | hsl(112, 97%, 88%) |
| CMYK | cmyk(20%, 0%, 23%, 0%) |
| LAB | lab(95.0 -26.9 23.1) |
| LCH | lch(95.0 35.4 139.4) |
| OKLCH | oklch(0.947 0.094 141.3) |
Copy-ready code
/* CSS */
color: #cbfec3;
background-color: #cbfec3;
/* Tailwind (arbitrary) */
class="text-[#cbfec3] bg-[#cbfec3]"
/* SCSS */
$brand: #cbfec3;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.765)
/* Android */
Color.parseColor("#cbfec3")Accessibility — WCAG contrast
Aa
#cbfec3 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfec3 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue76.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow23.2%
Key (black)0.4%
Color previews
#cbfec3 text on a black background
contrast 18.50:1
Card sample
#cbfec3 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfec3;
Background color
Panel with #cbfec3 background
background-color: #cbfec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfec3; background: linear-gradient(135deg, #cbfec3, #C3FEE2);