#cbf9ba
a pale, electric green · cool · closest name: aquamarine
RGB
203, 249, 186
HSL
104°, 84%, 85%
CMYK
19, 0, 25, 2
Luminance
0.8399
Every format
| HEX | #cbf9ba |
| RGB | rgb(203, 249, 186) |
| HSL | hsl(104, 84%, 85%) |
| CMYK | cmyk(19%, 0%, 25%, 2%) |
| LAB | lab(93.5 -26.0 25.6) |
| LCH | lch(93.5 36.4 135.5) |
| OKLCH | oklch(0.934 0.096 137.4) |
Copy-ready code
/* CSS */
color: #cbf9ba;
background-color: #cbf9ba;
/* Tailwind (arbitrary) */
class="text-[#cbf9ba] bg-[#cbf9ba]"
/* SCSS */
$brand: #cbf9ba;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#cbf9ba")Accessibility — WCAG contrast
Aa
#cbf9ba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf9ba on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue72.9%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#cbf9ba text on a black background
contrast 17.80:1
Card sample
#cbf9ba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf9ba;
Background color
Panel with #cbf9ba background
background-color: #cbf9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf9ba; background: linear-gradient(135deg, #cbf9ba, #BAF9D3);