#5decff
a light, electric cyan · cool · closest name: cyan
RGB
93, 236, 255
HSL
187°, 100%, 68%
CMYK
64, 8, 0, 0
Luminance
0.6954
Every format
| HEX | #5decff |
| RGB | rgb(93, 236, 255) |
| HSL | hsl(187, 100%, 68%) |
| CMYK | cmyk(64%, 8%, 0%, 0%) |
| LAB | lab(86.8 -32.6 -20.6) |
| LCH | lch(86.8 38.5 212.3) |
| OKLCH | oklch(0.873 0.124 207.5) |
Copy-ready code
/* CSS */
color: #5decff;
background-color: #5decff;
/* Tailwind (arbitrary) */
class="text-[#5decff] bg-[#5decff]"
/* SCSS */
$brand: #5decff;
/* SwiftUI */
Color(red: 0.365, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#5decff")Accessibility — WCAG contrast
Aa
#5decff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5decff on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.5%
Blue100.0%
CMYK percentages
Cyan63.5%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#5decff text on a black background
contrast 14.91:1
Card sample
#5decff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5decff;
Background color
Panel with #5decff background
background-color: #5decff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5decff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5decff; background: linear-gradient(135deg, #5decff, #5D80FF);