#3bacdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
59, 172, 223
HSL
199°, 72%, 55%
CMYK
74, 23, 0, 13
Luminance
0.3576
Every format
| HEX | #3bacdf |
| RGB | rgb(59, 172, 223) |
| HSL | hsl(199, 72%, 55%) |
| CMYK | cmyk(74%, 23%, 0%, 13%) |
| LAB | lab(66.3 -14.9 -34.8) |
| LCH | lch(66.3 37.9 246.7) |
| OKLCH | oklch(0.703 0.124 232.2) |
Copy-ready code
/* CSS */
color: #3bacdf;
background-color: #3bacdf;
/* Tailwind (arbitrary) */
class="text-[#3bacdf] bg-[#3bacdf]"
/* SCSS */
$brand: #3bacdf;
/* SwiftUI */
Color(red: 0.231, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#3bacdf")Accessibility — WCAG contrast
Aa
#3bacdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bacdf on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green67.5%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3bacdf text on a black background
contrast 8.15:1
Card sample
#3bacdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bacdf;
Background color
Panel with #3bacdf background
background-color: #3bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bacdf; background: linear-gradient(135deg, #3bacdf, #3B3FDF);