#2eb4bf
a balanced, vivid cyan · cool · closest name: teal
RGB
46, 180, 191
HSL
185°, 61%, 47%
CMYK
76, 6, 0, 25
Luminance
0.3698
Every format
| HEX | #2eb4bf |
| RGB | rgb(46, 180, 191) |
| HSL | hsl(185, 61%, 47%) |
| CMYK | cmyk(76%, 6%, 0%, 25%) |
| LAB | lab(67.3 -30.8 -15.7) |
| LCH | lch(67.3 34.6 207.0) |
| OKLCH | oklch(0.706 0.110 203.4) |
Copy-ready code
/* CSS */
color: #2eb4bf;
background-color: #2eb4bf;
/* Tailwind (arbitrary) */
class="text-[#2eb4bf] bg-[#2eb4bf]"
/* SCSS */
$brand: #2eb4bf;
/* SwiftUI */
Color(red: 0.180, green: 0.706, blue: 0.749)
/* Android */
Color.parseColor("#2eb4bf")Accessibility — WCAG contrast
Aa
#2eb4bf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb4bf on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green70.6%
Blue74.9%
CMYK percentages
Cyan75.9%
Magenta5.8%
Yellow0.0%
Key (black)25.1%
Color previews
#2eb4bf text on a black background
contrast 8.40:1
Card sample
#2eb4bf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb4bf;
Background color
Panel with #2eb4bf background
background-color: #2eb4bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb4bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 180, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 180, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb4bf; background: linear-gradient(135deg, #2eb4bf, #2E53BF);