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