#36afda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
54, 175, 218
HSL
196°, 69%, 53%
CMYK
75, 20, 0, 15
Luminance
0.3651
Every format
| HEX | #36afda |
| RGB | rgb(54, 175, 218) |
| HSL | hsl(196, 69%, 53%) |
| CMYK | cmyk(75%, 20%, 0%, 15%) |
| LAB | lab(66.9 -18.8 -31.1) |
| LCH | lch(66.9 36.4 238.9) |
| OKLCH | oklch(0.707 0.120 226.6) |
Copy-ready code
/* CSS */
color: #36afda;
background-color: #36afda;
/* Tailwind (arbitrary) */
class="text-[#36afda] bg-[#36afda]"
/* SCSS */
$brand: #36afda;
/* SwiftUI */
Color(red: 0.212, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#36afda")Accessibility — WCAG contrast
Aa
#36afda on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36afda on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green68.6%
Blue85.5%
CMYK percentages
Cyan75.2%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#36afda text on a black background
contrast 8.30:1
Card sample
#36afda text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36afda;
Background color
Panel with #36afda background
background-color: #36afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36afda; background: linear-gradient(135deg, #36afda, #3642DA);