#2e9da7
a dark, vivid cyan · cool · closest name: teal
RGB
46, 157, 167
HSL
185°, 57%, 42%
CMYK
73, 6, 0, 35
Luminance
0.2748
Every format
| HEX | #2e9da7 |
| RGB | rgb(46, 157, 167) |
| HSL | hsl(185, 57%, 42%) |
| CMYK | cmyk(73%, 6%, 0%, 35%) |
| LAB | lab(59.4 -26.9 -14.2) |
| LCH | lch(59.4 30.4 207.7) |
| OKLCH | oklch(0.640 0.097 203.9) |
Copy-ready code
/* CSS */
color: #2e9da7;
background-color: #2e9da7;
/* Tailwind (arbitrary) */
class="text-[#2e9da7] bg-[#2e9da7]"
/* SCSS */
$brand: #2e9da7;
/* SwiftUI */
Color(red: 0.180, green: 0.616, blue: 0.655)
/* Android */
Color.parseColor("#2e9da7")Accessibility — WCAG contrast
Aa
#2e9da7 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e9da7 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green61.6%
Blue65.5%
CMYK percentages
Cyan72.5%
Magenta6.0%
Yellow0.0%
Key (black)34.5%
Color previews
#2e9da7 text on a black background
contrast 6.50:1
Card sample
#2e9da7 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e9da7;
Background color
Panel with #2e9da7 background
background-color: #2e9da7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e9da7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 157, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 157, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e9da7; background: linear-gradient(135deg, #2e9da7, #2E4CA7);