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