#3bacce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 172, 206
HSL
194°, 60%, 52%
CMYK
71, 17, 0, 19
Luminance
0.3489
Every format
| HEX | #3bacce |
| RGB | rgb(59, 172, 206) |
| HSL | hsl(194, 60%, 52%) |
| CMYK | cmyk(71%, 17%, 0%, 19%) |
| LAB | lab(65.7 -20.5 -26.4) |
| LCH | lch(65.7 33.5 232.2) |
| OKLCH | oklch(0.696 0.110 222.0) |
Copy-ready code
/* CSS */
color: #3bacce;
background-color: #3bacce;
/* Tailwind (arbitrary) */
class="text-[#3bacce] bg-[#3bacce]"
/* SCSS */
$brand: #3bacce;
/* SwiftUI */
Color(red: 0.231, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#3bacce")Accessibility — WCAG contrast
Aa
#3bacce on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bacce on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green67.5%
Blue80.8%
CMYK percentages
Cyan71.4%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#3bacce text on a black background
contrast 7.98:1
Card sample
#3bacce text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bacce;
Background color
Panel with #3bacce background
background-color: #3bacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bacce; background: linear-gradient(135deg, #3bacce, #3B4ACE);