#0ba596
a dark, electric cyan · cool · closest name: teal
RGB
11, 165, 150
HSL
174°, 88%, 35%
CMYK
93, 0, 9, 35
Luminance
0.2918
Every format
| HEX | #0ba596 |
| RGB | rgb(11, 165, 150) |
| HSL | hsl(174, 88%, 35%) |
| CMYK | cmyk(93%, 0%, 9%, 35%) |
| LAB | lab(60.9 -38.8 -2.3) |
| LCH | lch(60.9 38.9 183.4) |
| OKLCH | oklch(0.649 0.114 183.5) |
Copy-ready code
/* CSS */
color: #0ba596;
background-color: #0ba596;
/* Tailwind (arbitrary) */
class="text-[#0ba596] bg-[#0ba596]"
/* SCSS */
$brand: #0ba596;
/* SwiftUI */
Color(red: 0.043, green: 0.647, blue: 0.588)
/* Android */
Color.parseColor("#0ba596")Accessibility — WCAG contrast
Aa
#0ba596 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba596 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green64.7%
Blue58.8%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow9.1%
Key (black)35.3%
Color previews
#0ba596 text on a black background
contrast 6.84:1
Card sample
#0ba596 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba596;
Background color
Panel with #0ba596 background
background-color: #0ba596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 165, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 165, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba596; background: linear-gradient(135deg, #0ba596, #0B4DA5);