#36baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
54, 186, 235
HSL
196°, 82%, 57%
CMYK
77, 21, 0, 8
Luminance
0.4190
Every format
| HEX | #36baeb |
| RGB | rgb(54, 186, 235) |
| HSL | hsl(196, 82%, 57%) |
| CMYK | cmyk(77%, 21%, 0%, 8%) |
| LAB | lab(70.8 -19.0 -34.4) |
| LCH | lch(70.8 39.3 241.1) |
| OKLCH | oklch(0.740 0.130 228.1) |
Copy-ready code
/* CSS */
color: #36baeb;
background-color: #36baeb;
/* Tailwind (arbitrary) */
class="text-[#36baeb] bg-[#36baeb]"
/* SCSS */
$brand: #36baeb;
/* SwiftUI */
Color(red: 0.212, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#36baeb")Accessibility — WCAG contrast
Aa
#36baeb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36baeb on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green72.9%
Blue92.2%
CMYK percentages
Cyan77.0%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#36baeb text on a black background
contrast 9.38:1
Card sample
#36baeb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36baeb;
Background color
Panel with #36baeb background
background-color: #36baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36baeb; background: linear-gradient(135deg, #36baeb, #3642EB);