#1b9da0
a dark, vivid cyan · cool · closest name: teal
RGB
27, 157, 160
HSL
181°, 71%, 37%
CMYK
83, 2, 0, 37
Luminance
0.2689
Every format
| HEX | #1b9da0 |
| RGB | rgb(27, 157, 160) |
| HSL | hsl(181, 71%, 37%) |
| CMYK | cmyk(83%, 2%, 0%, 37%) |
| LAB | lab(58.9 -31.1 -11.1) |
| LCH | lch(58.9 33.0 199.6) |
| OKLCH | oklch(0.634 0.103 197.4) |
Copy-ready code
/* CSS */
color: #1b9da0;
background-color: #1b9da0;
/* Tailwind (arbitrary) */
class="text-[#1b9da0] bg-[#1b9da0]"
/* SCSS */
$brand: #1b9da0;
/* SwiftUI */
Color(red: 0.106, green: 0.616, blue: 0.627)
/* Android */
Color.parseColor("#1b9da0")Accessibility — WCAG contrast
Aa
#1b9da0 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1b9da0 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green61.6%
Blue62.7%
CMYK percentages
Cyan83.1%
Magenta1.9%
Yellow0.0%
Key (black)37.3%
Color previews
#1b9da0 text on a black background
contrast 6.38:1
Card sample
#1b9da0 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b9da0;
Background color
Panel with #1b9da0 background
background-color: #1b9da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b9da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 157, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 157, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b9da0; background: linear-gradient(135deg, #1b9da0, #1B44A0);