#5cdbab
a balanced, vivid green · cool · closest name: aquamarine
RGB
92, 219, 171
HSL
157°, 64%, 61%
CMYK
58, 0, 22, 14
Luminance
0.5588
Every format
| HEX | #5cdbab |
| RGB | rgb(92, 219, 171) |
| HSL | hsl(157, 64%, 61%) |
| CMYK | cmyk(58%, 0%, 22%, 14%) |
| LAB | lab(79.5 -46.4 13.2) |
| LCH | lch(79.5 48.3 164.1) |
| OKLCH | oklch(0.807 0.133 165.3) |
Copy-ready code
/* CSS */
color: #5cdbab;
background-color: #5cdbab;
/* Tailwind (arbitrary) */
class="text-[#5cdbab] bg-[#5cdbab]"
/* SCSS */
$brand: #5cdbab;
/* SwiftUI */
Color(red: 0.361, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#5cdbab")Accessibility — WCAG contrast
Aa
#5cdbab on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdbab on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green85.9%
Blue67.1%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#5cdbab text on a black background
contrast 12.18:1
Card sample
#5cdbab text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdbab;
Background color
Panel with #5cdbab background
background-color: #5cdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdbab; background: linear-gradient(135deg, #5cdbab, #5CB6DB);