#1b686e
a dark, vivid cyan · cool · closest name: teal
RGB
27, 104, 110
HSL
184°, 61%, 27%
CMYK
76, 6, 0, 57
Luminance
0.1126
Every format
| HEX | #1b686e |
| RGB | rgb(27, 104, 110) |
| HSL | hsl(184, 61%, 27%) |
| CMYK | cmyk(76%, 6%, 0%, 57%) |
| LAB | lab(40.0 -20.4 -10.0) |
| LCH | lch(40.0 22.7 206.2) |
| OKLCH | oklch(0.475 0.072 202.7) |
Copy-ready code
/* CSS */
color: #1b686e;
background-color: #1b686e;
/* Tailwind (arbitrary) */
class="text-[#1b686e] bg-[#1b686e]"
/* SCSS */
$brand: #1b686e;
/* SwiftUI */
Color(red: 0.106, green: 0.408, blue: 0.431)
/* Android */
Color.parseColor("#1b686e")Accessibility — WCAG contrast
Aa
#1b686e on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1b686e on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green40.8%
Blue43.1%
CMYK percentages
Cyan75.5%
Magenta5.5%
Yellow0.0%
Key (black)56.9%
Color previews
#1b686e text on a black background
contrast 3.25:1
Card sample
#1b686e text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b686e;
Background color
Panel with #1b686e background
background-color: #1b686e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b686e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 104, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 104, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b686e; background: linear-gradient(135deg, #1b686e, #1B316E);