#5decf4
a light, electric cyan · cool · closest name: cyan
RGB
93, 236, 244
HSL
183°, 87%, 66%
CMYK
62, 3, 0, 4
Luminance
0.6885
Every format
| HEX | #5decf4 |
| RGB | rgb(93, 236, 244) |
| HSL | hsl(183, 87%, 66%) |
| CMYK | cmyk(62%, 3%, 0%, 4%) |
| LAB | lab(86.4 -35.6 -15.3) |
| LCH | lch(86.4 38.8 203.2) |
| OKLCH | oklch(0.870 0.122 200.4) |
Copy-ready code
/* CSS */
color: #5decf4;
background-color: #5decf4;
/* Tailwind (arbitrary) */
class="text-[#5decf4] bg-[#5decf4]"
/* SCSS */
$brand: #5decf4;
/* SwiftUI */
Color(red: 0.365, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#5decf4")Accessibility — WCAG contrast
Aa
#5decf4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5decf4 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.5%
Blue95.7%
CMYK percentages
Cyan61.9%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#5decf4 text on a black background
contrast 14.77:1
Card sample
#5decf4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5decf4;
Background color
Panel with #5decf4 background
background-color: #5decf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5decf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5decf4; background: linear-gradient(135deg, #5decf4, #5D87F4);