#2e7a8a
a dark, vivid cyan · cool · closest name: teal
RGB
46, 122, 138
HSL
190°, 50%, 36%
CMYK
67, 12, 0, 46
Luminance
0.1633
Every format
| HEX | #2e7a8a |
| RGB | rgb(46, 122, 138) |
| HSL | hsl(190, 50%, 36%) |
| CMYK | cmyk(67%, 12%, 0%, 46%) |
| LAB | lab(47.4 -17.9 -15.6) |
| LCH | lch(47.4 23.7 221.1) |
| OKLCH | oklch(0.540 0.077 214.1) |
Copy-ready code
/* CSS */
color: #2e7a8a;
background-color: #2e7a8a;
/* Tailwind (arbitrary) */
class="text-[#2e7a8a] bg-[#2e7a8a]"
/* SCSS */
$brand: #2e7a8a;
/* SwiftUI */
Color(red: 0.180, green: 0.478, blue: 0.541)
/* Android */
Color.parseColor("#2e7a8a")Accessibility — WCAG contrast
Aa
#2e7a8a on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2e7a8a on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green47.8%
Blue54.1%
CMYK percentages
Cyan66.7%
Magenta11.6%
Yellow0.0%
Key (black)45.9%
Color previews
#2e7a8a text on a black background
contrast 4.27:1
Card sample
#2e7a8a text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e7a8a;
Background color
Panel with #2e7a8a background
background-color: #2e7a8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e7a8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 122, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 122, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e7a8a; background: linear-gradient(135deg, #2e7a8a, #2E3D8A);