#0b9986
a dark, electric cyan · cool · closest name: teal
RGB
11, 153, 134
HSL
172°, 87%, 32%
CMYK
93, 0, 12, 40
Luminance
0.2457
Every format
| HEX | #0b9986 |
| RGB | rgb(11, 153, 134) |
| HSL | hsl(172, 87%, 32%) |
| CMYK | cmyk(93%, 0%, 12%, 40%) |
| LAB | lab(56.7 -38.1 0.5) |
| LCH | lch(56.7 38.1 179.3) |
| OKLCH | oklch(0.613 0.110 179.7) |
Copy-ready code
/* CSS */
color: #0b9986;
background-color: #0b9986;
/* Tailwind (arbitrary) */
class="text-[#0b9986] bg-[#0b9986]"
/* SCSS */
$brand: #0b9986;
/* SwiftUI */
Color(red: 0.043, green: 0.600, blue: 0.525)
/* Android */
Color.parseColor("#0b9986")Accessibility — WCAG contrast
Aa
#0b9986 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b9986 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green60.0%
Blue52.5%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow12.4%
Key (black)40.0%
Color previews
#0b9986 text on a black background
contrast 5.91:1
Card sample
#0b9986 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b9986;
Background color
Panel with #0b9986 background
background-color: #0b9986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b9986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 153, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 153, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b9986; background: linear-gradient(135deg, #0b9986, #0B4D99);