#5decfd
a light, electric cyan · cool · closest name: cyan
RGB
93, 236, 253
HSL
186°, 98%, 68%
CMYK
63, 7, 0, 1
Luminance
0.6941
Every format
| HEX | #5decfd |
| RGB | rgb(93, 236, 253) |
| HSL | hsl(186, 98%, 68%) |
| CMYK | cmyk(63%, 7%, 0%, 1%) |
| LAB | lab(86.7 -33.1 -19.6) |
| LCH | lch(86.7 38.5 210.6) |
| OKLCH | oklch(0.873 0.123 206.2) |
Copy-ready code
/* CSS */
color: #5decfd;
background-color: #5decfd;
/* Tailwind (arbitrary) */
class="text-[#5decfd] bg-[#5decfd]"
/* SCSS */
$brand: #5decfd;
/* SwiftUI */
Color(red: 0.365, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#5decfd")Accessibility — WCAG contrast
Aa
#5decfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5decfd on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.5%
Blue99.2%
CMYK percentages
Cyan63.2%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#5decfd text on a black background
contrast 14.88:1
Card sample
#5decfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5decfd;
Background color
Panel with #5decfd background
background-color: #5decfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5decfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5decfd; background: linear-gradient(135deg, #5decfd, #5D81FD);