#1b7678
a dark, vivid cyan · cool · closest name: teal
RGB
27, 118, 120
HSL
181°, 63%, 29%
CMYK
78, 2, 0, 53
Luminance
0.1455
Every format
| HEX | #1b7678 |
| RGB | rgb(27, 118, 120) |
| HSL | hsl(181, 63%, 29%) |
| CMYK | cmyk(78%, 2%, 0%, 53%) |
| LAB | lab(45.0 -24.4 -8.6) |
| LCH | lch(45.0 25.9 199.3) |
| OKLCH | oklch(0.517 0.081 197.2) |
Copy-ready code
/* CSS */
color: #1b7678;
background-color: #1b7678;
/* Tailwind (arbitrary) */
class="text-[#1b7678] bg-[#1b7678]"
/* SCSS */
$brand: #1b7678;
/* SwiftUI */
Color(red: 0.106, green: 0.463, blue: 0.471)
/* Android */
Color.parseColor("#1b7678")Accessibility — WCAG contrast
Aa
#1b7678 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1b7678 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green46.3%
Blue47.1%
CMYK percentages
Cyan77.5%
Magenta1.7%
Yellow0.0%
Key (black)52.9%
Color previews
#1b7678 text on a black background
contrast 3.91:1
Card sample
#1b7678 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b7678;
Background color
Panel with #1b7678 background
background-color: #1b7678;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b7678;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 118, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 118, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b7678; background: linear-gradient(135deg, #1b7678, #1B3878);