#0b857a
a dark, electric cyan · cool · closest name: teal
RGB
11, 133, 122
HSL
175°, 85%, 28%
CMYK
92, 0, 8, 48
Luminance
0.1825
Every format
| HEX | #0b857a |
| RGB | rgb(11, 133, 122) |
| HSL | hsl(175, 85%, 28%) |
| CMYK | cmyk(92%, 0%, 8%, 48%) |
| LAB | lab(49.8 -32.5 -2.6) |
| LCH | lch(49.8 32.6 184.7) |
| OKLCH | oklch(0.555 0.096 184.6) |
Copy-ready code
/* CSS */
color: #0b857a;
background-color: #0b857a;
/* Tailwind (arbitrary) */
class="text-[#0b857a] bg-[#0b857a]"
/* SCSS */
$brand: #0b857a;
/* SwiftUI */
Color(red: 0.043, green: 0.522, blue: 0.478)
/* Android */
Color.parseColor("#0b857a")Accessibility — WCAG contrast
Aa
#0b857a on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b857a on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green52.2%
Blue47.8%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow8.3%
Key (black)47.8%
Color previews
#0b857a text on a black background
contrast 4.65:1
Card sample
#0b857a text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b857a;
Background color
Panel with #0b857a background
background-color: #0b857a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b857a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 133, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 133, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b857a; background: linear-gradient(135deg, #0b857a, #0B3F85);