#3ba4cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
59, 164, 207
HSL
197°, 61%, 52%
CMYK
72, 21, 0, 19
Luminance
0.3199
Every format
| HEX | #3ba4cf |
| RGB | rgb(59, 164, 207) |
| HSL | hsl(197, 61%, 52%) |
| CMYK | cmyk(72%, 21%, 0%, 19%) |
| LAB | lab(63.3 -16.0 -30.6) |
| LCH | lch(63.3 34.5 242.4) |
| OKLCH | oklch(0.677 0.113 229.3) |
Copy-ready code
/* CSS */
color: #3ba4cf;
background-color: #3ba4cf;
/* Tailwind (arbitrary) */
class="text-[#3ba4cf] bg-[#3ba4cf]"
/* SCSS */
$brand: #3ba4cf;
/* SwiftUI */
Color(red: 0.231, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#3ba4cf")Accessibility — WCAG contrast
Aa
#3ba4cf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba4cf on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.3%
Blue81.2%
CMYK percentages
Cyan71.5%
Magenta20.8%
Yellow0.0%
Key (black)18.8%
Color previews
#3ba4cf text on a black background
contrast 7.40:1
Card sample
#3ba4cf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba4cf;
Background color
Panel with #3ba4cf background
background-color: #3ba4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba4cf; background: linear-gradient(135deg, #3ba4cf, #3B42CF);