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