#2ba0af
a dark, vivid cyan · cool · closest name: teal
RGB
43, 160, 175
HSL
187°, 61%, 43%
CMYK
75, 9, 0, 31
Luminance
0.2875
Every format
| HEX | #2ba0af |
| RGB | rgb(43, 160, 175) |
| HSL | hsl(187, 61%, 43%) |
| CMYK | cmyk(75%, 9%, 0%, 31%) |
| LAB | lab(60.6 -26.3 -16.9) |
| LCH | lch(60.6 31.3 212.8) |
| OKLCH | oklch(0.650 0.101 207.8) |
Copy-ready code
/* CSS */
color: #2ba0af;
background-color: #2ba0af;
/* Tailwind (arbitrary) */
class="text-[#2ba0af] bg-[#2ba0af]"
/* SCSS */
$brand: #2ba0af;
/* SwiftUI */
Color(red: 0.169, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#2ba0af")Accessibility — WCAG contrast
Aa
#2ba0af on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ba0af on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green62.7%
Blue68.6%
CMYK percentages
Cyan75.4%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2ba0af text on a black background
contrast 6.75:1
Card sample
#2ba0af text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba0af;
Background color
Panel with #2ba0af background
background-color: #2ba0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba0af; background: linear-gradient(135deg, #2ba0af, #2B48AF);