#2ea6af
a dark, vivid cyan · cool · closest name: teal
RGB
46, 166, 175
HSL
184°, 58%, 43%
CMYK
74, 5, 0, 31
Luminance
0.3095
Every format
| HEX | #2ea6af |
| RGB | rgb(46, 166, 175) |
| HSL | hsl(184, 58%, 43%) |
| CMYK | cmyk(74%, 5%, 0%, 31%) |
| LAB | lab(62.5 -28.9 -14.1) |
| LCH | lch(62.5 32.1 206.0) |
| OKLCH | oklch(0.665 0.102 202.5) |
Copy-ready code
/* CSS */
color: #2ea6af;
background-color: #2ea6af;
/* Tailwind (arbitrary) */
class="text-[#2ea6af] bg-[#2ea6af]"
/* SCSS */
$brand: #2ea6af;
/* SwiftUI */
Color(red: 0.180, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#2ea6af")Accessibility — WCAG contrast
Aa
#2ea6af on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ea6af on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green65.1%
Blue68.6%
CMYK percentages
Cyan73.7%
Magenta5.1%
Yellow0.0%
Key (black)31.4%
Color previews
#2ea6af text on a black background
contrast 7.19:1
Card sample
#2ea6af text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ea6af;
Background color
Panel with #2ea6af background
background-color: #2ea6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ea6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ea6af; background: linear-gradient(135deg, #2ea6af, #2E50AF);