#3ba1cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
59, 161, 207
HSL
199°, 61%, 52%
CMYK
72, 22, 0, 19
Luminance
0.3092
Every format
| HEX | #3ba1cf |
| RGB | rgb(59, 161, 207) |
| HSL | hsl(199, 61%, 52%) |
| CMYK | cmyk(72%, 22%, 0%, 19%) |
| LAB | lab(62.4 -14.3 -32.0) |
| LCH | lch(62.4 35.0 245.8) |
| OKLCH | oklch(0.670 0.114 231.7) |
Copy-ready code
/* CSS */
color: #3ba1cf;
background-color: #3ba1cf;
/* Tailwind (arbitrary) */
class="text-[#3ba1cf] bg-[#3ba1cf]"
/* SCSS */
$brand: #3ba1cf;
/* SwiftUI */
Color(red: 0.231, green: 0.631, blue: 0.812)
/* Android */
Color.parseColor("#3ba1cf")Accessibility — WCAG contrast
Aa
#3ba1cf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba1cf on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.1%
Blue81.2%
CMYK percentages
Cyan71.5%
Magenta22.2%
Yellow0.0%
Key (black)18.8%
Color previews
#3ba1cf text on a black background
contrast 7.18:1
Card sample
#3ba1cf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba1cf;
Background color
Panel with #3ba1cf background
background-color: #3ba1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 161, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 161, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba1cf; background: linear-gradient(135deg, #3ba1cf, #3B3FCF);