#0b8398
a dark, electric cyan · cool · closest name: teal
RGB
11, 131, 152
HSL
189°, 87%, 32%
CMYK
93, 14, 0, 40
Luminance
0.1857
Every format
| HEX | #0b8398 |
| RGB | rgb(11, 131, 152) |
| HSL | hsl(189, 87%, 32%) |
| CMYK | cmyk(93%, 14%, 0%, 40%) |
| LAB | lab(50.2 -21.7 -19.6) |
| LCH | lch(50.2 29.3 222.1) |
| OKLCH | oklch(0.562 0.097 214.5) |
Copy-ready code
/* CSS */
color: #0b8398;
background-color: #0b8398;
/* Tailwind (arbitrary) */
class="text-[#0b8398] bg-[#0b8398]"
/* SCSS */
$brand: #0b8398;
/* SwiftUI */
Color(red: 0.043, green: 0.514, blue: 0.596)
/* Android */
Color.parseColor("#0b8398")Accessibility — WCAG contrast
Aa
#0b8398 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b8398 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green51.4%
Blue59.6%
CMYK percentages
Cyan92.8%
Magenta13.8%
Yellow0.0%
Key (black)40.4%
Color previews
#0b8398 text on a black background
contrast 4.71:1
Card sample
#0b8398 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b8398;
Background color
Panel with #0b8398 background
background-color: #0b8398;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b8398;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 131, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 131, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b8398; background: linear-gradient(135deg, #0b8398, #0B2598);