#0b9da9
a dark, electric cyan · cool · closest name: teal
RGB
11, 157, 169
HSL
185°, 88%, 35%
CMYK
94, 7, 0, 34
Luminance
0.2705
Every format
| HEX | #0b9da9 |
| RGB | rgb(11, 157, 169) |
| HSL | hsl(185, 88%, 35%) |
| CMYK | cmyk(94%, 7%, 0%, 34%) |
| LAB | lab(59.0 -29.2 -15.9) |
| LCH | lch(59.0 33.3 208.6) |
| OKLCH | oklch(0.635 0.107 204.5) |
Copy-ready code
/* CSS */
color: #0b9da9;
background-color: #0b9da9;
/* Tailwind (arbitrary) */
class="text-[#0b9da9] bg-[#0b9da9]"
/* SCSS */
$brand: #0b9da9;
/* SwiftUI */
Color(red: 0.043, green: 0.616, blue: 0.663)
/* Android */
Color.parseColor("#0b9da9")Accessibility — WCAG contrast
Aa
#0b9da9 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b9da9 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green61.6%
Blue66.3%
CMYK percentages
Cyan93.5%
Magenta7.1%
Yellow0.0%
Key (black)33.7%
Color previews
#0b9da9 text on a black background
contrast 6.41:1
Card sample
#0b9da9 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b9da9;
Background color
Panel with #0b9da9 background
background-color: #0b9da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b9da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 157, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 157, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b9da9; background: linear-gradient(135deg, #0b9da9, #0B34A9);