#2aa4af
a dark, vivid cyan · cool · closest name: teal
RGB
42, 164, 175
HSL
185°, 61%, 43%
CMYK
76, 6, 0, 31
Luminance
0.3014
Every format
| HEX | #2aa4af |
| RGB | rgb(42, 164, 175) |
| HSL | hsl(185, 61%, 43%) |
| CMYK | cmyk(76%, 6%, 0%, 31%) |
| LAB | lab(61.8 -28.4 -15.1) |
| LCH | lch(61.8 32.2 208.0) |
| OKLCH | oklch(0.660 0.103 204.1) |
Copy-ready code
/* CSS */
color: #2aa4af;
background-color: #2aa4af;
/* Tailwind (arbitrary) */
class="text-[#2aa4af] bg-[#2aa4af]"
/* SCSS */
$brand: #2aa4af;
/* SwiftUI */
Color(red: 0.165, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#2aa4af")Accessibility — WCAG contrast
Aa
#2aa4af on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aa4af on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green64.3%
Blue68.6%
CMYK percentages
Cyan76.0%
Magenta6.3%
Yellow0.0%
Key (black)31.4%
Color previews
#2aa4af text on a black background
contrast 7.03:1
Card sample
#2aa4af text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aa4af;
Background color
Panel with #2aa4af background
background-color: #2aa4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aa4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aa4af; background: linear-gradient(135deg, #2aa4af, #2A4BAF);