#5cf9cf
a light, electric cyan · cool · closest name: aquamarine
RGB
92, 249, 207
HSL
164°, 93%, 67%
CMYK
63, 0, 17, 2
Luminance
0.7453
Every format
| HEX | #5cf9cf |
| RGB | rgb(92, 249, 207) |
| HSL | hsl(164, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 17%, 2%) |
| LAB | lab(89.2 -50.9 8.1) |
| LCH | lch(89.2 51.6 171.0) |
| OKLCH | oklch(0.888 0.145 171.9) |
Copy-ready code
/* CSS */
color: #5cf9cf;
background-color: #5cf9cf;
/* Tailwind (arbitrary) */
class="text-[#5cf9cf] bg-[#5cf9cf]"
/* SCSS */
$brand: #5cf9cf;
/* SwiftUI */
Color(red: 0.361, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#5cf9cf")Accessibility — WCAG contrast
Aa
#5cf9cf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf9cf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green97.6%
Blue81.2%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#5cf9cf text on a black background
contrast 15.91:1
Card sample
#5cf9cf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf9cf;
Background color
Panel with #5cf9cf background
background-color: #5cf9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf9cf; background: linear-gradient(135deg, #5cf9cf, #5CBBF9);