#5cf3ff
a light, electric cyan · cool · closest name: cyan
RGB
92, 243, 255
HSL
184°, 100%, 68%
CMYK
64, 5, 0, 0
Luminance
0.7360
Every format
| HEX | #5cf3ff |
| RGB | rgb(92, 243, 255) |
| HSL | hsl(184, 100%, 68%) |
| CMYK | cmyk(64%, 5%, 0%, 0%) |
| LAB | lab(88.7 -36.0 -17.6) |
| LCH | lch(88.7 40.1 206.0) |
| OKLCH | oklch(0.889 0.127 202.6) |
Copy-ready code
/* CSS */
color: #5cf3ff;
background-color: #5cf3ff;
/* Tailwind (arbitrary) */
class="text-[#5cf3ff] bg-[#5cf3ff]"
/* SCSS */
$brand: #5cf3ff;
/* SwiftUI */
Color(red: 0.361, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#5cf3ff")Accessibility — WCAG contrast
Aa
#5cf3ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf3ff on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green95.3%
Blue100.0%
CMYK percentages
Cyan63.9%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#5cf3ff text on a black background
contrast 15.72:1
Card sample
#5cf3ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf3ff;
Background color
Panel with #5cf3ff background
background-color: #5cf3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf3ff; background: linear-gradient(135deg, #5cf3ff, #5C86FF);