#2eb0bb
a balanced, vivid cyan · cool · closest name: teal
RGB
46, 176, 187
HSL
185°, 61%, 46%
CMYK
75, 6, 0, 27
Luminance
0.3522
Every format
| HEX | #2eb0bb |
| RGB | rgb(46, 176, 187) |
| HSL | hsl(185, 61%, 46%) |
| CMYK | cmyk(75%, 6%, 0%, 27%) |
| LAB | lab(65.9 -30.1 -15.6) |
| LCH | lch(65.9 33.9 207.3) |
| OKLCH | oklch(0.695 0.108 203.6) |
Copy-ready code
/* CSS */
color: #2eb0bb;
background-color: #2eb0bb;
/* Tailwind (arbitrary) */
class="text-[#2eb0bb] bg-[#2eb0bb]"
/* SCSS */
$brand: #2eb0bb;
/* SwiftUI */
Color(red: 0.180, green: 0.690, blue: 0.733)
/* Android */
Color.parseColor("#2eb0bb")Accessibility — WCAG contrast
Aa
#2eb0bb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb0bb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green69.0%
Blue73.3%
CMYK percentages
Cyan75.4%
Magenta5.9%
Yellow0.0%
Key (black)26.7%
Color previews
#2eb0bb text on a black background
contrast 8.04:1
Card sample
#2eb0bb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb0bb;
Background color
Panel with #2eb0bb background
background-color: #2eb0bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb0bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 176, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 176, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb0bb; background: linear-gradient(135deg, #2eb0bb, #2E52BB);