#5ff8af
a light, electric green · cool · closest name: aquamarine
RGB
95, 248, 175
HSL
151°, 92%, 67%
CMYK
62, 0, 29, 3
Luminance
0.7266
Every format
| HEX | #5ff8af |
| RGB | rgb(95, 248, 175) |
| HSL | hsl(151, 92%, 67%) |
| CMYK | cmyk(62%, 0%, 29%, 3%) |
| LAB | lab(88.3 -56.9 23.3) |
| LCH | lch(88.3 61.5 157.7) |
| OKLCH | oklch(0.879 0.166 159.1) |
Copy-ready code
/* CSS */
color: #5ff8af;
background-color: #5ff8af;
/* Tailwind (arbitrary) */
class="text-[#5ff8af] bg-[#5ff8af]"
/* SCSS */
$brand: #5ff8af;
/* SwiftUI */
Color(red: 0.373, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#5ff8af")Accessibility — WCAG contrast
Aa
#5ff8af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff8af on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green97.3%
Blue68.6%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#5ff8af text on a black background
contrast 15.53:1
Card sample
#5ff8af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff8af;
Background color
Panel with #5ff8af background
background-color: #5ff8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff8af; background: linear-gradient(135deg, #5ff8af, #5FDBF8);