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