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