#2ab3ba
a dark, vivid cyan · cool · closest name: teal
RGB
42, 179, 186
HSL
183°, 63%, 45%
CMYK
77, 4, 0, 27
Luminance
0.3628
Every format
| HEX | #2ab3ba |
| RGB | rgb(42, 179, 186) |
| HSL | hsl(183, 63%, 45%) |
| CMYK | cmyk(77%, 4%, 0%, 27%) |
| LAB | lab(66.7 -32.3 -13.8) |
| LCH | lch(66.7 35.1 203.1) |
| OKLCH | oklch(0.701 0.111 200.2) |
Copy-ready code
/* CSS */
color: #2ab3ba;
background-color: #2ab3ba;
/* Tailwind (arbitrary) */
class="text-[#2ab3ba] bg-[#2ab3ba]"
/* SCSS */
$brand: #2ab3ba;
/* SwiftUI */
Color(red: 0.165, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#2ab3ba")Accessibility — WCAG contrast
Aa
#2ab3ba on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab3ba on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green70.2%
Blue72.9%
CMYK percentages
Cyan77.4%
Magenta3.8%
Yellow0.0%
Key (black)27.1%
Color previews
#2ab3ba text on a black background
contrast 8.26:1
Card sample
#2ab3ba text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab3ba;
Background color
Panel with #2ab3ba background
background-color: #2ab3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab3ba; background: linear-gradient(135deg, #2ab3ba, #2A53BA);