#0bafba
a dark, electric cyan · cool · closest name: teal
RGB
11, 175, 186
HSL
184°, 89%, 39%
CMYK
94, 6, 0, 27
Luminance
0.3428
Every format
| HEX | #0bafba |
| RGB | rgb(11, 175, 186) |
| HSL | hsl(184, 89%, 39%) |
| CMYK | cmyk(94%, 6%, 0%, 27%) |
| LAB | lab(65.2 -32.5 -16.1) |
| LCH | lch(65.2 36.2 206.4) |
| OKLCH | oklch(0.687 0.116 202.9) |
Copy-ready code
/* CSS */
color: #0bafba;
background-color: #0bafba;
/* Tailwind (arbitrary) */
class="text-[#0bafba] bg-[#0bafba]"
/* SCSS */
$brand: #0bafba;
/* SwiftUI */
Color(red: 0.043, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#0bafba")Accessibility — WCAG contrast
Aa
#0bafba on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bafba on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green68.6%
Blue72.9%
CMYK percentages
Cyan94.1%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#0bafba text on a black background
contrast 7.86:1
Card sample
#0bafba text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bafba;
Background color
Panel with #0bafba background
background-color: #0bafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bafba; background: linear-gradient(135deg, #0bafba, #0B3ABA);