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