#5ffcba
a light, electric green · cool · closest name: aquamarine
RGB
95, 252, 186
HSL
155°, 96%, 68%
CMYK
62, 0, 26, 1
Luminance
0.7560
Every format
| HEX | #5ffcba |
| RGB | rgb(95, 252, 186) |
| HSL | hsl(155, 96%, 68%) |
| CMYK | cmyk(62%, 0%, 26%, 1%) |
| LAB | lab(89.7 -56.2 19.6) |
| LCH | lch(89.7 59.5 160.8) |
| OKLCH | oklch(0.891 0.162 162.0) |
Copy-ready code
/* CSS */
color: #5ffcba;
background-color: #5ffcba;
/* Tailwind (arbitrary) */
class="text-[#5ffcba] bg-[#5ffcba]"
/* SCSS */
$brand: #5ffcba;
/* SwiftUI */
Color(red: 0.373, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#5ffcba")Accessibility — WCAG contrast
Aa
#5ffcba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffcba on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.8%
Blue72.9%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#5ffcba text on a black background
contrast 16.12:1
Card sample
#5ffcba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffcba;
Background color
Panel with #5ffcba background
background-color: #5ffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffcba; background: linear-gradient(135deg, #5ffcba, #5FD5FC);