#5fffc2
a light, electric green · cool · closest name: aquamarine
RGB
95, 255, 194
HSL
157°, 100%, 69%
CMYK
63, 0, 24, 0
Luminance
0.7785
Every format
| HEX | #5fffc2 |
| RGB | rgb(95, 255, 194) |
| HSL | hsl(157, 100%, 69%) |
| CMYK | cmyk(63%, 0%, 24%, 0%) |
| LAB | lab(90.7 -55.8 17.0) |
| LCH | lch(90.7 58.3 163.1) |
| OKLCH | oklch(0.900 0.160 164.3) |
Copy-ready code
/* CSS */
color: #5fffc2;
background-color: #5fffc2;
/* Tailwind (arbitrary) */
class="text-[#5fffc2] bg-[#5fffc2]"
/* SCSS */
$brand: #5fffc2;
/* SwiftUI */
Color(red: 0.373, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#5fffc2")Accessibility — WCAG contrast
Aa
#5fffc2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fffc2 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green100.0%
Blue76.1%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#5fffc2 text on a black background
contrast 16.57:1
Card sample
#5fffc2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fffc2;
Background color
Panel with #5fffc2 background
background-color: #5fffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fffc2; background: linear-gradient(135deg, #5fffc2, #5FD1FF);