#1b9daf
a dark, vivid cyan · cool · closest name: teal
RGB
27, 157, 175
HSL
187°, 73%, 40%
CMYK
85, 10, 0, 31
Luminance
0.2744
Every format
| HEX | #1b9daf |
| RGB | rgb(27, 157, 175) |
| HSL | hsl(187, 73%, 40%) |
| CMYK | cmyk(85%, 10%, 0%, 31%) |
| LAB | lab(59.4 -26.3 -18.8) |
| LCH | lch(59.4 32.3 215.5) |
| OKLCH | oklch(0.639 0.105 209.7) |
Copy-ready code
/* CSS */
color: #1b9daf;
background-color: #1b9daf;
/* Tailwind (arbitrary) */
class="text-[#1b9daf] bg-[#1b9daf]"
/* SCSS */
$brand: #1b9daf;
/* SwiftUI */
Color(red: 0.106, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#1b9daf")Accessibility — WCAG contrast
Aa
#1b9daf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1b9daf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green61.6%
Blue68.6%
CMYK percentages
Cyan84.6%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#1b9daf text on a black background
contrast 6.49:1
Card sample
#1b9daf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b9daf;
Background color
Panel with #1b9daf background
background-color: #1b9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b9daf; background: linear-gradient(135deg, #1b9daf, #1B3AAF);