#5cfbcb
a light, electric cyan · cool · closest name: aquamarine
RGB
92, 251, 203
HSL
162°, 95%, 67%
CMYK
63, 0, 19, 2
Luminance
0.7558
Every format
| HEX | #5cfbcb |
| RGB | rgb(92, 251, 203) |
| HSL | hsl(162, 95%, 67%) |
| CMYK | cmyk(63%, 0%, 19%, 2%) |
| LAB | lab(89.7 -52.7 10.8) |
| LCH | lch(89.7 53.8 168.4) |
| OKLCH | oklch(0.892 0.150 169.3) |
Copy-ready code
/* CSS */
color: #5cfbcb;
background-color: #5cfbcb;
/* Tailwind (arbitrary) */
class="text-[#5cfbcb] bg-[#5cfbcb]"
/* SCSS */
$brand: #5cfbcb;
/* SwiftUI */
Color(red: 0.361, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#5cfbcb")Accessibility — WCAG contrast
Aa
#5cfbcb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfbcb on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green98.4%
Blue79.6%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow19.1%
Key (black)1.6%
Color previews
#5cfbcb text on a black background
contrast 16.12:1
Card sample
#5cfbcb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfbcb;
Background color
Panel with #5cfbcb background
background-color: #5cfbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfbcb; background: linear-gradient(135deg, #5cfbcb, #5CC1FB);