#2baeae
a dark, vivid cyan · cool · closest name: teal
RGB
43, 174, 174
HSL
180°, 60%, 43%
CMYK
75, 0, 0, 32
Luminance
0.3384
Every format
| HEX | #2baeae |
| RGB | rgb(43, 174, 174) |
| HSL | hsl(180, 60%, 43%) |
| CMYK | cmyk(75%, 0%, 0%, 32%) |
| LAB | lab(64.8 -33.4 -9.9) |
| LCH | lch(64.8 34.9 196.6) |
| OKLCH | oklch(0.684 0.107 194.9) |
Copy-ready code
/* CSS */
color: #2baeae;
background-color: #2baeae;
/* Tailwind (arbitrary) */
class="text-[#2baeae] bg-[#2baeae]"
/* SCSS */
$brand: #2baeae;
/* SwiftUI */
Color(red: 0.169, green: 0.682, blue: 0.682)
/* Android */
Color.parseColor("#2baeae")Accessibility — WCAG contrast
Aa
#2baeae on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2baeae on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.2%
Blue68.2%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow0.0%
Key (black)31.8%
Color previews
#2baeae text on a black background
contrast 7.77:1
Card sample
#2baeae text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2baeae;
Background color
Panel with #2baeae background
background-color: #2baeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2baeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 174, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 174, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2baeae; background: linear-gradient(135deg, #2baeae, #2B57AE);