#c2ffba
a pale, electric green · cool · closest name: aquamarine
RGB
194, 255, 186
HSL
113°, 100%, 87%
CMYK
24, 0, 27, 0
Luminance
0.8653
Every format
| HEX | #c2ffba |
| RGB | rgb(194, 255, 186) |
| HSL | hsl(113, 100%, 87%) |
| CMYK | cmyk(24%, 0%, 27%, 0%) |
| LAB | lab(94.5 -31.8 27.0) |
| LCH | lch(94.5 41.7 139.7) |
| OKLCH | oklch(0.942 0.110 141.7) |
Copy-ready code
/* CSS */
color: #c2ffba;
background-color: #c2ffba;
/* Tailwind (arbitrary) */
class="text-[#c2ffba] bg-[#c2ffba]"
/* SCSS */
$brand: #c2ffba;
/* SwiftUI */
Color(red: 0.761, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#c2ffba")Accessibility — WCAG contrast
Aa
#c2ffba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ffba on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green100.0%
Blue72.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#c2ffba text on a black background
contrast 18.31:1
Card sample
#c2ffba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ffba;
Background color
Panel with #c2ffba background
background-color: #c2ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ffba; background: linear-gradient(135deg, #c2ffba, #BAFFE0);