#3ba8af
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 168, 175
HSL
184°, 50%, 46%
CMYK
66, 4, 0, 31
Luminance
0.3203
Every format
| HEX | #3ba8af |
| RGB | rgb(59, 168, 175) |
| HSL | hsl(184, 50%, 46%) |
| CMYK | cmyk(66%, 4%, 0%, 31%) |
| LAB | lab(63.4 -28.1 -12.7) |
| LCH | lch(63.4 30.8 204.3) |
| OKLCH | oklch(0.673 0.097 201.2) |
Copy-ready code
/* CSS */
color: #3ba8af;
background-color: #3ba8af;
/* Tailwind (arbitrary) */
class="text-[#3ba8af] bg-[#3ba8af]"
/* SCSS */
$brand: #3ba8af;
/* SwiftUI */
Color(red: 0.231, green: 0.659, blue: 0.686)
/* Android */
Color.parseColor("#3ba8af")Accessibility — WCAG contrast
Aa
#3ba8af on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba8af on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.9%
Blue68.6%
CMYK percentages
Cyan66.3%
Magenta4.0%
Yellow0.0%
Key (black)31.4%
Color previews
#3ba8af text on a black background
contrast 7.41:1
Card sample
#3ba8af text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba8af;
Background color
Panel with #3ba8af background
background-color: #3ba8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 168, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 168, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba8af; background: linear-gradient(135deg, #3ba8af, #3B5BAF);