#0c97ba
a dark, electric cyan · cool · closest name: steelblue
RGB
12, 151, 186
HSL
192°, 88%, 39%
CMYK
94, 19, 0, 27
Luminance
0.2576
Every format
| HEX | #0c97ba |
| RGB | rgb(12, 151, 186) |
| HSL | hsl(192, 88%, 39%) |
| CMYK | cmyk(94%, 19%, 0%, 27%) |
| LAB | lab(57.8 -20.3 -27.4) |
| LCH | lch(57.8 34.1 233.4) |
| OKLCH | oklch(0.628 0.114 222.3) |
Copy-ready code
/* CSS */
color: #0c97ba;
background-color: #0c97ba;
/* Tailwind (arbitrary) */
class="text-[#0c97ba] bg-[#0c97ba]"
/* SCSS */
$brand: #0c97ba;
/* SwiftUI */
Color(red: 0.047, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#0c97ba")Accessibility — WCAG contrast
Aa
#0c97ba on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c97ba on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green59.2%
Blue72.9%
CMYK percentages
Cyan93.5%
Magenta18.8%
Yellow0.0%
Key (black)27.1%
Color previews
#0c97ba text on a black background
contrast 6.15:1
Card sample
#0c97ba text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c97ba;
Background color
Panel with #0c97ba background
background-color: #0c97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c97ba; background: linear-gradient(135deg, #0c97ba, #0C23BA);