#3ba8ac
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 168, 172
HSL
182°, 49%, 45%
CMYK
66, 2, 0, 33
Luminance
0.3191
Every format
| HEX | #3ba8ac |
| RGB | rgb(59, 168, 172) |
| HSL | hsl(182, 49%, 45%) |
| CMYK | cmyk(66%, 2%, 0%, 33%) |
| LAB | lab(63.3 -29.0 -11.1) |
| LCH | lch(63.3 31.1 201.0) |
| OKLCH | oklch(0.672 0.097 198.6) |
Copy-ready code
/* CSS */
color: #3ba8ac;
background-color: #3ba8ac;
/* Tailwind (arbitrary) */
class="text-[#3ba8ac] bg-[#3ba8ac]"
/* SCSS */
$brand: #3ba8ac;
/* SwiftUI */
Color(red: 0.231, green: 0.659, blue: 0.675)
/* Android */
Color.parseColor("#3ba8ac")Accessibility — WCAG contrast
Aa
#3ba8ac on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba8ac on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.9%
Blue67.5%
CMYK percentages
Cyan65.7%
Magenta2.3%
Yellow0.0%
Key (black)32.5%
Color previews
#3ba8ac text on a black background
contrast 7.38:1
Card sample
#3ba8ac text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba8ac;
Background color
Panel with #3ba8ac background
background-color: #3ba8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 168, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 168, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba8ac; background: linear-gradient(135deg, #3ba8ac, #3B5DAC);