#5cecaf
a balanced, electric green · cool · closest name: aquamarine
RGB
92, 236, 175
HSL
155°, 79%, 64%
CMYK
61, 0, 26, 8
Luminance
0.6536
Every format
| HEX | #5cecaf |
| RGB | rgb(92, 236, 175) |
| HSL | hsl(155, 79%, 64%) |
| CMYK | cmyk(61%, 0%, 26%, 8%) |
| LAB | lab(84.7 -52.6 18.3) |
| LCH | lch(84.7 55.7 160.8) |
| OKLCH | oklch(0.849 0.152 162.1) |
Copy-ready code
/* CSS */
color: #5cecaf;
background-color: #5cecaf;
/* Tailwind (arbitrary) */
class="text-[#5cecaf] bg-[#5cecaf]"
/* SCSS */
$brand: #5cecaf;
/* SwiftUI */
Color(red: 0.361, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#5cecaf")Accessibility — WCAG contrast
Aa
#5cecaf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cecaf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green92.5%
Blue68.6%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#5cecaf text on a black background
contrast 14.07:1
Card sample
#5cecaf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cecaf;
Background color
Panel with #5cecaf background
background-color: #5cecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cecaf; background: linear-gradient(135deg, #5cecaf, #5CC9EC);