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