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