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