#1ba7af
a dark, vivid cyan · cool · closest name: teal
RGB
27, 167, 175
HSL
183°, 73%, 40%
CMYK
85, 5, 0, 31
Luminance
0.3097
Every format
| HEX | #1ba7af |
| RGB | rgb(27, 167, 175) |
| HSL | hsl(183, 73%, 40%) |
| CMYK | cmyk(85%, 5%, 0%, 31%) |
| LAB | lab(62.5 -31.2 -14.1) |
| LCH | lch(62.5 34.3 204.2) |
| OKLCH | oklch(0.665 0.108 201.2) |
Copy-ready code
/* CSS */
color: #1ba7af;
background-color: #1ba7af;
/* Tailwind (arbitrary) */
class="text-[#1ba7af] bg-[#1ba7af]"
/* SCSS */
$brand: #1ba7af;
/* SwiftUI */
Color(red: 0.106, green: 0.655, blue: 0.686)
/* Android */
Color.parseColor("#1ba7af")Accessibility — WCAG contrast
Aa
#1ba7af on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ba7af on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green65.5%
Blue68.6%
CMYK percentages
Cyan84.6%
Magenta4.6%
Yellow0.0%
Key (black)31.4%
Color previews
#1ba7af text on a black background
contrast 7.19:1
Card sample
#1ba7af text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba7af;
Background color
Panel with #1ba7af background
background-color: #1ba7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 167, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 167, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba7af; background: linear-gradient(135deg, #1ba7af, #1B44AF);