#36bcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
54, 188, 253
HSL
200°, 98%, 60%
CMYK
79, 26, 0, 1
Luminance
0.4384
Every format
| HEX | #36bcfd |
| RGB | rgb(54, 188, 253) |
| HSL | hsl(200, 98%, 60%) |
| CMYK | cmyk(79%, 26%, 0%, 1%) |
| LAB | lab(72.1 -14.0 -42.1) |
| LCH | lch(72.1 44.4 251.6) |
| OKLCH | oklch(0.753 0.145 235.2) |
Copy-ready code
/* CSS */
color: #36bcfd;
background-color: #36bcfd;
/* Tailwind (arbitrary) */
class="text-[#36bcfd] bg-[#36bcfd]"
/* SCSS */
$brand: #36bcfd;
/* SwiftUI */
Color(red: 0.212, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#36bcfd")Accessibility — WCAG contrast
Aa
#36bcfd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36bcfd on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green73.7%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#36bcfd text on a black background
contrast 9.77:1
Card sample
#36bcfd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36bcfd;
Background color
Panel with #36bcfd background
background-color: #36bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36bcfd; background: linear-gradient(135deg, #36bcfd, #3637FD);