#1b887a
a dark, vivid cyan · cool · closest name: teal
RGB
27, 136, 122
HSL
172°, 67%, 32%
CMYK
80, 0, 10, 47
Luminance
0.1925
Every format
| HEX | #1b887a |
| RGB | rgb(27, 136, 122) |
| HSL | hsl(172, 67%, 32%) |
| CMYK | cmyk(80%, 0%, 10%, 47%) |
| LAB | lab(51.0 -32.6 -0.9) |
| LCH | lch(51.0 32.6 181.6) |
| OKLCH | oklch(0.566 0.095 181.8) |
Copy-ready code
/* CSS */
color: #1b887a;
background-color: #1b887a;
/* Tailwind (arbitrary) */
class="text-[#1b887a] bg-[#1b887a]"
/* SCSS */
$brand: #1b887a;
/* SwiftUI */
Color(red: 0.106, green: 0.533, blue: 0.478)
/* Android */
Color.parseColor("#1b887a")Accessibility — WCAG contrast
Aa
#1b887a on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1b887a on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green53.3%
Blue47.8%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow10.3%
Key (black)46.7%
Color previews
#1b887a text on a black background
contrast 4.85:1
Card sample
#1b887a text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b887a;
Background color
Panel with #1b887a background
background-color: #1b887a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b887a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 136, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 136, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b887a; background: linear-gradient(135deg, #1b887a, #1B4D88);