#36beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
54, 190, 238
HSL
196°, 84%, 57%
CMYK
77, 20, 0, 7
Luminance
0.4378
Every format
| HEX | #36beee |
| RGB | rgb(54, 190, 238) |
| HSL | hsl(196, 84%, 57%) |
| CMYK | cmyk(77%, 20%, 0%, 7%) |
| LAB | lab(72.1 -20.1 -34.0) |
| LCH | lch(72.1 39.5 239.5) |
| OKLCH | oklch(0.751 0.131 226.9) |
Copy-ready code
/* CSS */
color: #36beee;
background-color: #36beee;
/* Tailwind (arbitrary) */
class="text-[#36beee] bg-[#36beee]"
/* SCSS */
$brand: #36beee;
/* SwiftUI */
Color(red: 0.212, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#36beee")Accessibility — WCAG contrast
Aa
#36beee on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36beee on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan77.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#36beee text on a black background
contrast 9.76:1
Card sample
#36beee text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36beee;
Background color
Panel with #36beee background
background-color: #36beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36beee; background: linear-gradient(135deg, #36beee, #3643EE);