#5ceafd
a light, electric cyan · cool · closest name: cyan
RGB
92, 234, 253
HSL
187°, 98%, 68%
CMYK
64, 8, 0, 1
Luminance
0.6821
Every format
| HEX | #5ceafd |
| RGB | rgb(92, 234, 253) |
| HSL | hsl(187, 98%, 68%) |
| CMYK | cmyk(64%, 8%, 0%, 1%) |
| LAB | lab(86.1 -32.4 -20.5) |
| LCH | lch(86.1 38.3 212.4) |
| OKLCH | oklch(0.868 0.123 207.6) |
Copy-ready code
/* CSS */
color: #5ceafd;
background-color: #5ceafd;
/* Tailwind (arbitrary) */
class="text-[#5ceafd] bg-[#5ceafd]"
/* SCSS */
$brand: #5ceafd;
/* SwiftUI */
Color(red: 0.361, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#5ceafd")Accessibility — WCAG contrast
Aa
#5ceafd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ceafd on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green91.8%
Blue99.2%
CMYK percentages
Cyan63.6%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#5ceafd text on a black background
contrast 14.64:1
Card sample
#5ceafd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ceafd;
Background color
Panel with #5ceafd background
background-color: #5ceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ceafd; background: linear-gradient(135deg, #5ceafd, #5C7EFD);