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