#3ba3ce
a balanced, vivid cyan · cool · closest name: steelblue
RGB
59, 163, 206
HSL
198°, 60%, 52%
CMYK
71, 21, 0, 19
Luminance
0.3158
Every format
| HEX | #3ba3ce |
| RGB | rgb(59, 163, 206) |
| HSL | hsl(198, 60%, 52%) |
| CMYK | cmyk(71%, 21%, 0%, 19%) |
| LAB | lab(63.0 -15.8 -30.6) |
| LCH | lch(63.0 34.4 242.7) |
| OKLCH | oklch(0.674 0.113 229.5) |
Copy-ready code
/* CSS */
color: #3ba3ce;
background-color: #3ba3ce;
/* Tailwind (arbitrary) */
class="text-[#3ba3ce] bg-[#3ba3ce]"
/* SCSS */
$brand: #3ba3ce;
/* SwiftUI */
Color(red: 0.231, green: 0.639, blue: 0.808)
/* Android */
Color.parseColor("#3ba3ce")Accessibility — WCAG contrast
Aa
#3ba3ce on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba3ce on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.9%
Blue80.8%
CMYK percentages
Cyan71.4%
Magenta20.9%
Yellow0.0%
Key (black)19.2%
Color previews
#3ba3ce text on a black background
contrast 7.32:1
Card sample
#3ba3ce text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba3ce;
Background color
Panel with #3ba3ce background
background-color: #3ba3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 163, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 163, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba3ce; background: linear-gradient(135deg, #3ba3ce, #3B41CE);