#0b686f
a deep, electric cyan · cool · closest name: teal
RGB
11, 104, 111
HSL
184°, 82%, 24%
CMYK
90, 6, 0, 57
Luminance
0.1112
Every format
| HEX | #0b686f |
| RGB | rgb(11, 104, 111) |
| HSL | hsl(184, 82%, 24%) |
| CMYK | cmyk(90%, 6%, 0%, 57%) |
| LAB | lab(39.8 -21.7 -11.0) |
| LCH | lch(39.8 24.4 206.9) |
| OKLCH | oklch(0.472 0.078 203.2) |
Copy-ready code
/* CSS */
color: #0b686f;
background-color: #0b686f;
/* Tailwind (arbitrary) */
class="text-[#0b686f] bg-[#0b686f]"
/* SCSS */
$brand: #0b686f;
/* SwiftUI */
Color(red: 0.043, green: 0.408, blue: 0.435)
/* Android */
Color.parseColor("#0b686f")Accessibility — WCAG contrast
Aa
#0b686f on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b686f on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green40.8%
Blue43.5%
CMYK percentages
Cyan90.1%
Magenta6.3%
Yellow0.0%
Key (black)56.5%
Color previews
#0b686f text on a black background
contrast 3.22:1
Card sample
#0b686f text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b686f;
Background color
Panel with #0b686f background
background-color: #0b686f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b686f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 104, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 104, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b686f; background: linear-gradient(135deg, #0b686f, #0B256F);