#5cfdff
a light, electric cyan · cool · closest name: cyan
RGB
92, 253, 255
HSL
181°, 100%, 68%
CMYK
64, 1, 0, 0
Luminance
0.7975
Every format
| HEX | #5cfdff |
| RGB | rgb(92, 253, 255) |
| HSL | hsl(181, 100%, 68%) |
| CMYK | cmyk(64%, 1%, 0%, 0%) |
| LAB | lab(91.6 -40.6 -13.3) |
| LCH | lch(91.6 42.7 198.2) |
| OKLCH | oklch(0.912 0.132 196.3) |
Copy-ready code
/* CSS */
color: #5cfdff;
background-color: #5cfdff;
/* Tailwind (arbitrary) */
class="text-[#5cfdff] bg-[#5cfdff]"
/* SCSS */
$brand: #5cfdff;
/* SwiftUI */
Color(red: 0.361, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#5cfdff")Accessibility — WCAG contrast
Aa
#5cfdff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfdff on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green99.2%
Blue100.0%
CMYK percentages
Cyan63.9%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5cfdff text on a black background
contrast 16.95:1
Card sample
#5cfdff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfdff;
Background color
Panel with #5cfdff background
background-color: #5cfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfdff; background: linear-gradient(135deg, #5cfdff, #5C90FF);