#5cefad
a balanced, electric green · cool · closest name: aquamarine
RGB
92, 239, 173
HSL
153°, 82%, 65%
CMYK
62, 0, 28, 6
Luminance
0.6703
Every format
| HEX | #5cefad |
| RGB | rgb(92, 239, 173) |
| HSL | hsl(153, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 28%, 6%) |
| LAB | lab(85.5 -54.3 20.5) |
| LCH | lch(85.5 58.0 159.3) |
| OKLCH | oklch(0.856 0.158 160.6) |
Copy-ready code
/* CSS */
color: #5cefad;
background-color: #5cefad;
/* Tailwind (arbitrary) */
class="text-[#5cefad] bg-[#5cefad]"
/* SCSS */
$brand: #5cefad;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#5cefad")Accessibility — WCAG contrast
Aa
#5cefad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cefad on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue67.8%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#5cefad text on a black background
contrast 14.41:1
Card sample
#5cefad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cefad;
Background color
Panel with #5cefad background
background-color: #5cefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cefad; background: linear-gradient(135deg, #5cefad, #5CCFEF);