#2daba5
a dark, vivid cyan · cool · closest name: teal
RGB
45, 171, 165
HSL
177°, 58%, 42%
CMYK
74, 0, 4, 33
Luminance
0.3240
Every format
| HEX | #2daba5 |
| RGB | rgb(45, 171, 165) |
| HSL | hsl(177, 58%, 42%) |
| CMYK | cmyk(74%, 0%, 4%, 33%) |
| LAB | lab(63.7 -34.4 -6.7) |
| LCH | lch(63.7 35.0 191.0) |
| OKLCH | oklch(0.674 0.106 190.2) |
Copy-ready code
/* CSS */
color: #2daba5;
background-color: #2daba5;
/* Tailwind (arbitrary) */
class="text-[#2daba5] bg-[#2daba5]"
/* SCSS */
$brand: #2daba5;
/* SwiftUI */
Color(red: 0.176, green: 0.671, blue: 0.647)
/* Android */
Color.parseColor("#2daba5")Accessibility — WCAG contrast
Aa
#2daba5 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2daba5 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green67.1%
Blue64.7%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow3.5%
Key (black)32.9%
Color previews
#2daba5 text on a black background
contrast 7.48:1
Card sample
#2daba5 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2daba5;
Background color
Panel with #2daba5 background
background-color: #2daba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2daba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 171, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 171, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2daba5; background: linear-gradient(135deg, #2daba5, #2D5DAB);