#0bacaf
a dark, electric cyan · cool · closest name: teal
RGB
11, 172, 175
HSL
181°, 88%, 37%
CMYK
94, 2, 0, 31
Luminance
0.3267
Every format
| HEX | #0bacaf |
| RGB | rgb(11, 172, 175) |
| HSL | hsl(181, 88%, 37%) |
| CMYK | cmyk(94%, 2%, 0%, 31%) |
| LAB | lab(63.9 -34.5 -12.0) |
| LCH | lch(63.9 36.5 199.1) |
| OKLCH | oklch(0.676 0.114 197.0) |
Copy-ready code
/* CSS */
color: #0bacaf;
background-color: #0bacaf;
/* Tailwind (arbitrary) */
class="text-[#0bacaf] bg-[#0bacaf]"
/* SCSS */
$brand: #0bacaf;
/* SwiftUI */
Color(red: 0.043, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#0bacaf")Accessibility — WCAG contrast
Aa
#0bacaf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bacaf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green67.5%
Blue68.6%
CMYK percentages
Cyan93.7%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0bacaf text on a black background
contrast 7.53:1
Card sample
#0bacaf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bacaf;
Background color
Panel with #0bacaf background
background-color: #0bacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bacaf; background: linear-gradient(135deg, #0bacaf, #0B3FAF);