#cbfecc
a pale, electric green · cool · closest name: aquamarine
RGB
203, 254, 204
HSL
121°, 96%, 90%
CMYK
20, 0, 20, 0
Luminance
0.8794
Every format
| HEX | #cbfecc |
| RGB | rgb(203, 254, 204) |
| HSL | hsl(121, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 20%, 0%) |
| LAB | lab(95.1 -25.4 18.7) |
| LCH | lch(95.1 31.6 143.7) |
| OKLCH | oklch(0.949 0.085 145.4) |
Copy-ready code
/* CSS */
color: #cbfecc;
background-color: #cbfecc;
/* Tailwind (arbitrary) */
class="text-[#cbfecc] bg-[#cbfecc]"
/* SCSS */
$brand: #cbfecc;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#cbfecc")Accessibility — WCAG contrast
Aa
#cbfecc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfecc on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue80.0%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#cbfecc text on a black background
contrast 18.59:1
Card sample
#cbfecc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfecc;
Background color
Panel with #cbfecc background
background-color: #cbfecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfecc; background: linear-gradient(135deg, #cbfecc, #CBFEEE);