#c8f8ba
a pale, electric green · cool · closest name: aquamarine
RGB
200, 248, 186
HSL
107°, 82%, 85%
CMYK
19, 0, 25, 3
Luminance
0.8296
Every format
| HEX | #c8f8ba |
| RGB | rgb(200, 248, 186) |
| HSL | hsl(107, 82%, 85%) |
| CMYK | cmyk(19%, 0%, 25%, 3%) |
| LAB | lab(93.0 -26.5 24.9) |
| LCH | lch(93.0 36.4 136.8) |
| OKLCH | oklch(0.930 0.096 138.7) |
Copy-ready code
/* CSS */
color: #c8f8ba;
background-color: #c8f8ba;
/* Tailwind (arbitrary) */
class="text-[#c8f8ba] bg-[#c8f8ba]"
/* SCSS */
$brand: #c8f8ba;
/* SwiftUI */
Color(red: 0.784, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#c8f8ba")Accessibility — WCAG contrast
Aa
#c8f8ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f8ba on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green97.3%
Blue72.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow25.0%
Key (black)2.7%
Color previews
#c8f8ba text on a black background
contrast 17.59:1
Card sample
#c8f8ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f8ba;
Background color
Panel with #c8f8ba background
background-color: #c8f8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f8ba; background: linear-gradient(135deg, #c8f8ba, #BAF8D5);