#c0ffba
a pale, electric green · cool · closest name: aquamarine
RGB
192, 255, 186
HSL
115°, 100%, 87%
CMYK
25, 0, 27, 0
Luminance
0.8627
Every format
| HEX | #c0ffba |
| RGB | rgb(192, 255, 186) |
| HSL | hsl(115, 100%, 87%) |
| CMYK | cmyk(25%, 0%, 27%, 0%) |
| LAB | lab(94.4 -32.4 26.8) |
| LCH | lch(94.4 42.1 140.4) |
| OKLCH | oklch(0.941 0.112 142.5) |
Copy-ready code
/* CSS */
color: #c0ffba;
background-color: #c0ffba;
/* Tailwind (arbitrary) */
class="text-[#c0ffba] bg-[#c0ffba]"
/* SCSS */
$brand: #c0ffba;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#c0ffba")Accessibility — WCAG contrast
Aa
#c0ffba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ffba on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue72.9%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#c0ffba text on a black background
contrast 18.25:1
Card sample
#c0ffba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ffba;
Background color
Panel with #c0ffba background
background-color: #c0ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ffba; background: linear-gradient(135deg, #c0ffba, #BAFFE2);