#1ba596
a dark, vivid cyan · cool · closest name: teal
RGB
27, 165, 150
HSL
174°, 72%, 38%
CMYK
84, 0, 9, 35
Luminance
0.2935
Every format
| HEX | #1ba596 |
| RGB | rgb(27, 165, 150) |
| HSL | hsl(174, 72%, 38%) |
| CMYK | cmyk(84%, 0%, 9%, 35%) |
| LAB | lab(61.1 -37.8 -2.1) |
| LCH | lch(61.1 37.9 183.2) |
| OKLCH | oklch(0.651 0.111 183.3) |
Copy-ready code
/* CSS */
color: #1ba596;
background-color: #1ba596;
/* Tailwind (arbitrary) */
class="text-[#1ba596] bg-[#1ba596]"
/* SCSS */
$brand: #1ba596;
/* SwiftUI */
Color(red: 0.106, green: 0.647, blue: 0.588)
/* Android */
Color.parseColor("#1ba596")Accessibility — WCAG contrast
Aa
#1ba596 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba596 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green64.7%
Blue58.8%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow9.1%
Key (black)35.3%
Color previews
#1ba596 text on a black background
contrast 6.87:1
Card sample
#1ba596 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba596;
Background color
Panel with #1ba596 background
background-color: #1ba596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 165, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 165, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba596; background: linear-gradient(135deg, #1ba596, #1B58A5);