#5ffbaf
a light, electric green · cool · closest name: aquamarine
RGB
95, 251, 175
HSL
151°, 95%, 68%
CMYK
62, 0, 30, 2
Luminance
0.7452
Every format
| HEX | #5ffbaf |
| RGB | rgb(95, 251, 175) |
| HSL | hsl(151, 95%, 68%) |
| CMYK | cmyk(62%, 0%, 30%, 2%) |
| LAB | lab(89.2 -58.1 24.5) |
| LCH | lch(89.2 63.0 157.1) |
| OKLCH | oklch(0.886 0.170 158.6) |
Copy-ready code
/* CSS */
color: #5ffbaf;
background-color: #5ffbaf;
/* Tailwind (arbitrary) */
class="text-[#5ffbaf] bg-[#5ffbaf]"
/* SCSS */
$brand: #5ffbaf;
/* SwiftUI */
Color(red: 0.373, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#5ffbaf")Accessibility — WCAG contrast
Aa
#5ffbaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffbaf on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.4%
Blue68.6%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#5ffbaf text on a black background
contrast 15.90:1
Card sample
#5ffbaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffbaf;
Background color
Panel with #5ffbaf background
background-color: #5ffbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffbaf; background: linear-gradient(135deg, #5ffbaf, #5FDFFB);