#5decf8
a light, electric cyan · cool · closest name: cyan
RGB
93, 236, 248
HSL
185°, 92%, 67%
CMYK
63, 5, 0, 3
Luminance
0.6910
Every format
| HEX | #5decf8 |
| RGB | rgb(93, 236, 248) |
| HSL | hsl(185, 92%, 67%) |
| CMYK | cmyk(63%, 5%, 0%, 3%) |
| LAB | lab(86.5 -34.5 -17.2) |
| LCH | lch(86.5 38.6 206.5) |
| OKLCH | oklch(0.871 0.122 203.0) |
Copy-ready code
/* CSS */
color: #5decf8;
background-color: #5decf8;
/* Tailwind (arbitrary) */
class="text-[#5decf8] bg-[#5decf8]"
/* SCSS */
$brand: #5decf8;
/* SwiftUI */
Color(red: 0.365, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#5decf8")Accessibility — WCAG contrast
Aa
#5decf8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5decf8 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.5%
Blue97.3%
CMYK percentages
Cyan62.5%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#5decf8 text on a black background
contrast 14.82:1
Card sample
#5decf8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5decf8;
Background color
Panel with #5decf8 background
background-color: #5decf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5decf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5decf8; background: linear-gradient(135deg, #5decf8, #5D85F8);