#5feeaf
a light, electric green · cool · closest name: aquamarine
RGB
95, 238, 175
HSL
154°, 81%, 65%
CMYK
60, 0, 27, 7
Luminance
0.6668
Every format
| HEX | #5feeaf |
| RGB | rgb(95, 238, 175) |
| HSL | hsl(154, 81%, 65%) |
| CMYK | cmyk(60%, 0%, 27%, 7%) |
| LAB | lab(85.3 -52.9 19.3) |
| LCH | lch(85.3 56.3 160.0) |
| OKLCH | oklch(0.855 0.153 161.3) |
Copy-ready code
/* CSS */
color: #5feeaf;
background-color: #5feeaf;
/* Tailwind (arbitrary) */
class="text-[#5feeaf] bg-[#5feeaf]"
/* SCSS */
$brand: #5feeaf;
/* SwiftUI */
Color(red: 0.373, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#5feeaf")Accessibility — WCAG contrast
Aa
#5feeaf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5feeaf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.3%
Blue68.6%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#5feeaf text on a black background
contrast 14.34:1
Card sample
#5feeaf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5feeaf;
Background color
Panel with #5feeaf background
background-color: #5feeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5feeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5feeaf; background: linear-gradient(135deg, #5feeaf, #5FCEEE);