#1b8593
a dark, vivid cyan · cool · closest name: teal
RGB
27, 133, 147
HSL
187°, 69%, 34%
CMYK
82, 10, 0, 42
Luminance
0.1911
Every format
| HEX | #1b8593 |
| RGB | rgb(27, 133, 147) |
| HSL | hsl(187, 69%, 34%) |
| CMYK | cmyk(82%, 10%, 0%, 42%) |
| LAB | lab(50.8 -23.3 -15.7) |
| LCH | lch(50.8 28.1 214.0) |
| OKLCH | oklch(0.567 0.091 208.7) |
Copy-ready code
/* CSS */
color: #1b8593;
background-color: #1b8593;
/* Tailwind (arbitrary) */
class="text-[#1b8593] bg-[#1b8593]"
/* SCSS */
$brand: #1b8593;
/* SwiftUI */
Color(red: 0.106, green: 0.522, blue: 0.576)
/* Android */
Color.parseColor("#1b8593")Accessibility — WCAG contrast
Aa
#1b8593 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1b8593 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green52.2%
Blue57.6%
CMYK percentages
Cyan81.6%
Magenta9.5%
Yellow0.0%
Key (black)42.4%
Color previews
#1b8593 text on a black background
contrast 4.82:1
Card sample
#1b8593 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b8593;
Background color
Panel with #1b8593 background
background-color: #1b8593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b8593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 133, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 133, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b8593; background: linear-gradient(135deg, #1b8593, #1B3593);