#5cefba
a balanced, electric green · cool · closest name: aquamarine
RGB
92, 239, 186
HSL
158°, 82%, 65%
CMYK
62, 0, 22, 6
Luminance
0.6755
Every format
| HEX | #5cefba |
| RGB | rgb(92, 239, 186) |
| HSL | hsl(158, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 22%, 6%) |
| LAB | lab(85.8 -51.5 14.2) |
| LCH | lch(85.8 53.4 164.6) |
| OKLCH | oklch(0.859 0.147 165.8) |
Copy-ready code
/* CSS */
color: #5cefba;
background-color: #5cefba;
/* Tailwind (arbitrary) */
class="text-[#5cefba] bg-[#5cefba]"
/* SCSS */
$brand: #5cefba;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#5cefba")Accessibility — WCAG contrast
Aa
#5cefba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cefba on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue72.9%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#5cefba text on a black background
contrast 14.51:1
Card sample
#5cefba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cefba;
Background color
Panel with #5cefba background
background-color: #5cefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cefba; background: linear-gradient(135deg, #5cefba, #5CC2EF);