#5fd892
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 216, 146
HSL
145°, 61%, 61%
CMYK
56, 0, 32, 15
Luminance
0.5362
Every format
| HEX | #5fd892 |
| RGB | rgb(95, 216, 146) |
| HSL | hsl(145, 61%, 61%) |
| CMYK | cmyk(56%, 0%, 32%, 15%) |
| LAB | lab(78.2 -49.7 24.5) |
| LCH | lch(78.2 55.4 153.7) |
| OKLCH | oklch(0.795 0.149 155.4) |
Copy-ready code
/* CSS */
color: #5fd892;
background-color: #5fd892;
/* Tailwind (arbitrary) */
class="text-[#5fd892] bg-[#5fd892]"
/* SCSS */
$brand: #5fd892;
/* SwiftUI */
Color(red: 0.373, green: 0.847, blue: 0.573)
/* Android */
Color.parseColor("#5fd892")Accessibility — WCAG contrast
Aa
#5fd892 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd892 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green84.7%
Blue57.3%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow32.4%
Key (black)15.3%
Color previews
#5fd892 text on a black background
contrast 11.72:1
Card sample
#5fd892 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd892;
Background color
Panel with #5fd892 background
background-color: #5fd892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 216, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 216, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd892; background: linear-gradient(135deg, #5fd892, #5FCDD8);