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