#1da7ba
a dark, vivid cyan · cool · closest name: teal
RGB
29, 167, 186
HSL
187°, 73%, 42%
CMYK
84, 10, 0, 27
Luminance
0.3144
Every format
| HEX | #1da7ba |
| RGB | rgb(29, 167, 186) |
| HSL | hsl(187, 73%, 42%) |
| CMYK | cmyk(84%, 10%, 0%, 27%) |
| LAB | lab(62.9 -27.6 -19.6) |
| LCH | lch(62.9 33.9 215.4) |
| OKLCH | oklch(0.669 0.111 209.7) |
Copy-ready code
/* CSS */
color: #1da7ba;
background-color: #1da7ba;
/* Tailwind (arbitrary) */
class="text-[#1da7ba] bg-[#1da7ba]"
/* SCSS */
$brand: #1da7ba;
/* SwiftUI */
Color(red: 0.114, green: 0.655, blue: 0.729)
/* Android */
Color.parseColor("#1da7ba")Accessibility — WCAG contrast
Aa
#1da7ba on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1da7ba on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green65.5%
Blue72.9%
CMYK percentages
Cyan84.4%
Magenta10.2%
Yellow0.0%
Key (black)27.1%
Color previews
#1da7ba text on a black background
contrast 7.29:1
Card sample
#1da7ba text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1da7ba;
Background color
Panel with #1da7ba background
background-color: #1da7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1da7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 167, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 167, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1da7ba; background: linear-gradient(135deg, #1da7ba, #1D3EBA);