#36cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
54, 205, 253
HSL
195°, 98%, 60%
CMYK
79, 19, 0, 1
Luminance
0.5154
Every format
| HEX | #36cdfd |
| RGB | rgb(54, 205, 253) |
| HSL | hsl(195, 98%, 60%) |
| CMYK | cmyk(79%, 19%, 0%, 1%) |
| LAB | lab(77.0 -22.9 -34.5) |
| LCH | lch(77.0 41.4 236.5) |
| OKLCH | oklch(0.792 0.138 224.8) |
Copy-ready code
/* CSS */
color: #36cdfd;
background-color: #36cdfd;
/* Tailwind (arbitrary) */
class="text-[#36cdfd] bg-[#36cdfd]"
/* SCSS */
$brand: #36cdfd;
/* SwiftUI */
Color(red: 0.212, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#36cdfd")Accessibility — WCAG contrast
Aa
#36cdfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36cdfd on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green80.4%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#36cdfd text on a black background
contrast 11.31:1
Card sample
#36cdfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36cdfd;
Background color
Panel with #36cdfd background
background-color: #36cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36cdfd; background: linear-gradient(135deg, #36cdfd, #3648FD);