#3ab0af
a balanced, vivid cyan · cool · closest name: teal
RGB
58, 176, 175
HSL
180°, 50%, 46%
CMYK
67, 0, 1, 31
Luminance
0.3505
Every format
| HEX | #3ab0af |
| RGB | rgb(58, 176, 175) |
| HSL | hsl(180, 50%, 46%) |
| CMYK | cmyk(67%, 0%, 1%, 31%) |
| LAB | lab(65.8 -32.1 -9.1) |
| LCH | lch(65.8 33.4 195.7) |
| OKLCH | oklch(0.693 0.102 194.2) |
Copy-ready code
/* CSS */
color: #3ab0af;
background-color: #3ab0af;
/* Tailwind (arbitrary) */
class="text-[#3ab0af] bg-[#3ab0af]"
/* SCSS */
$brand: #3ab0af;
/* SwiftUI */
Color(red: 0.227, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#3ab0af")Accessibility — WCAG contrast
Aa
#3ab0af on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab0af on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green69.0%
Blue68.6%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#3ab0af text on a black background
contrast 8.01:1
Card sample
#3ab0af text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab0af;
Background color
Panel with #3ab0af background
background-color: #3ab0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab0af; background: linear-gradient(135deg, #3ab0af, #3A62B0);