#5fedaf
a light, electric green · cool · closest name: aquamarine
RGB
95, 237, 175
HSL
154°, 80%, 65%
CMYK
60, 0, 26, 7
Luminance
0.6610
Every format
| HEX | #5fedaf |
| RGB | rgb(95, 237, 175) |
| HSL | hsl(154, 80%, 65%) |
| CMYK | cmyk(60%, 0%, 26%, 7%) |
| LAB | lab(85.0 -52.5 18.8) |
| LCH | lch(85.0 55.8 160.3) |
| OKLCH | oklch(0.853 0.152 161.6) |
Copy-ready code
/* CSS */
color: #5fedaf;
background-color: #5fedaf;
/* Tailwind (arbitrary) */
class="text-[#5fedaf] bg-[#5fedaf]"
/* SCSS */
$brand: #5fedaf;
/* SwiftUI */
Color(red: 0.373, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#5fedaf")Accessibility — WCAG contrast
Aa
#5fedaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fedaf on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.9%
Blue68.6%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#5fedaf text on a black background
contrast 14.22:1
Card sample
#5fedaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fedaf;
Background color
Panel with #5fedaf background
background-color: #5fedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fedaf; background: linear-gradient(135deg, #5fedaf, #5FCCED);