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