#5cf9cd
a light, electric cyan · cool · closest name: aquamarine
RGB
92, 249, 205
HSL
163°, 93%, 67%
CMYK
63, 0, 18, 2
Luminance
0.7443
Every format
| HEX | #5cf9cd |
| RGB | rgb(92, 249, 205) |
| HSL | hsl(163, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 18%, 2%) |
| LAB | lab(89.1 -51.4 9.0) |
| LCH | lch(89.1 52.2 170.0) |
| OKLCH | oklch(0.888 0.146 170.9) |
Copy-ready code
/* CSS */
color: #5cf9cd;
background-color: #5cf9cd;
/* Tailwind (arbitrary) */
class="text-[#5cf9cd] bg-[#5cf9cd]"
/* SCSS */
$brand: #5cf9cd;
/* SwiftUI */
Color(red: 0.361, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#5cf9cd")Accessibility — WCAG contrast
Aa
#5cf9cd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf9cd on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green97.6%
Blue80.4%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#5cf9cd text on a black background
contrast 15.89:1
Card sample
#5cf9cd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf9cd;
Background color
Panel with #5cf9cd background
background-color: #5cf9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf9cd; background: linear-gradient(135deg, #5cf9cd, #5CBCF9);