#3ba0af
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 160, 175
HSL
188°, 50%, 46%
CMYK
66, 9, 0, 31
Luminance
0.2917
Every format
| HEX | #3ba0af |
| RGB | rgb(59, 160, 175) |
| HSL | hsl(188, 50%, 46%) |
| CMYK | cmyk(66%, 9%, 0%, 31%) |
| LAB | lab(60.9 -24.1 -16.4) |
| LCH | lch(60.9 29.1 214.2) |
| OKLCH | oklch(0.654 0.094 208.9) |
Copy-ready code
/* CSS */
color: #3ba0af;
background-color: #3ba0af;
/* Tailwind (arbitrary) */
class="text-[#3ba0af] bg-[#3ba0af]"
/* SCSS */
$brand: #3ba0af;
/* SwiftUI */
Color(red: 0.231, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#3ba0af")Accessibility — WCAG contrast
Aa
#3ba0af on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba0af on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green62.7%
Blue68.6%
CMYK percentages
Cyan66.3%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3ba0af text on a black background
contrast 6.83:1
Card sample
#3ba0af text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba0af;
Background color
Panel with #3ba0af background
background-color: #3ba0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba0af; background: linear-gradient(135deg, #3ba0af, #3B53AF);