#2eb3ba
a balanced, vivid cyan · cool · closest name: teal
RGB
46, 179, 186
HSL
183°, 60%, 46%
CMYK
75, 4, 0, 27
Luminance
0.3637
Every format
| HEX | #2eb3ba |
| RGB | rgb(46, 179, 186) |
| HSL | hsl(183, 60%, 46%) |
| CMYK | cmyk(75%, 4%, 0%, 27%) |
| LAB | lab(66.8 -31.9 -13.7) |
| LCH | lch(66.8 34.7 203.2) |
| OKLCH | oklch(0.702 0.109 200.3) |
Copy-ready code
/* CSS */
color: #2eb3ba;
background-color: #2eb3ba;
/* Tailwind (arbitrary) */
class="text-[#2eb3ba] bg-[#2eb3ba]"
/* SCSS */
$brand: #2eb3ba;
/* SwiftUI */
Color(red: 0.180, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#2eb3ba")Accessibility — WCAG contrast
Aa
#2eb3ba on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb3ba on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green70.2%
Blue72.9%
CMYK percentages
Cyan75.3%
Magenta3.8%
Yellow0.0%
Key (black)27.1%
Color previews
#2eb3ba text on a black background
contrast 8.27:1
Card sample
#2eb3ba text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb3ba;
Background color
Panel with #2eb3ba background
background-color: #2eb3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb3ba; background: linear-gradient(135deg, #2eb3ba, #2E56BA);