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