#2eb5bc
a balanced, vivid cyan · cool · closest name: teal
RGB
46, 181, 188
HSL
183°, 61%, 46%
CMYK
76, 4, 0, 26
Luminance
0.3726
Every format
| HEX | #2eb5bc |
| RGB | rgb(46, 181, 188) |
| HSL | hsl(183, 61%, 46%) |
| CMYK | cmyk(76%, 4%, 0%, 26%) |
| LAB | lab(67.5 -32.2 -13.8) |
| LCH | lch(67.5 35.0 203.1) |
| OKLCH | oklch(0.707 0.110 200.3) |
Copy-ready code
/* CSS */
color: #2eb5bc;
background-color: #2eb5bc;
/* Tailwind (arbitrary) */
class="text-[#2eb5bc] bg-[#2eb5bc]"
/* SCSS */
$brand: #2eb5bc;
/* SwiftUI */
Color(red: 0.180, green: 0.710, blue: 0.737)
/* Android */
Color.parseColor("#2eb5bc")Accessibility — WCAG contrast
Aa
#2eb5bc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb5bc on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green71.0%
Blue73.7%
CMYK percentages
Cyan75.5%
Magenta3.7%
Yellow0.0%
Key (black)26.3%
Color previews
#2eb5bc text on a black background
contrast 8.45:1
Card sample
#2eb5bc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb5bc;
Background color
Panel with #2eb5bc background
background-color: #2eb5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 181, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 181, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb5bc; background: linear-gradient(135deg, #2eb5bc, #2E56BC);