#3baad8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 170, 216
HSL
198°, 67%, 54%
CMYK
73, 21, 0, 15
Luminance
0.3464
Every format
| HEX | #3baad8 |
| RGB | rgb(59, 170, 216) |
| HSL | hsl(198, 67%, 54%) |
| CMYK | cmyk(73%, 21%, 0%, 15%) |
| LAB | lab(65.5 -16.2 -32.3) |
| LCH | lch(65.5 36.1 243.3) |
| OKLCH | oklch(0.695 0.118 229.9) |
Copy-ready code
/* CSS */
color: #3baad8;
background-color: #3baad8;
/* Tailwind (arbitrary) */
class="text-[#3baad8] bg-[#3baad8]"
/* SCSS */
$brand: #3baad8;
/* SwiftUI */
Color(red: 0.231, green: 0.667, blue: 0.847)
/* Android */
Color.parseColor("#3baad8")Accessibility — WCAG contrast
Aa
#3baad8 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3baad8 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green66.7%
Blue84.7%
CMYK percentages
Cyan72.7%
Magenta21.3%
Yellow0.0%
Key (black)15.3%
Color previews
#3baad8 text on a black background
contrast 7.93:1
Card sample
#3baad8 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3baad8;
Background color
Panel with #3baad8 background
background-color: #3baad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3baad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 170, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 170, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3baad8; background: linear-gradient(135deg, #3baad8, #3B41D8);