#0c97cb
a dark, electric cyan · cool · closest name: steelblue
RGB
12, 151, 203
HSL
196°, 89%, 42%
CMYK
94, 26, 0, 20
Luminance
0.2652
Every format
| HEX | #0c97cb |
| RGB | rgb(12, 151, 203) |
| HSL | hsl(196, 89%, 42%) |
| CMYK | cmyk(94%, 26%, 0%, 20%) |
| LAB | lab(58.5 -14.3 -35.9) |
| LCH | lch(58.5 38.6 248.3) |
| OKLCH | oklch(0.636 0.128 232.3) |
Copy-ready code
/* CSS */
color: #0c97cb;
background-color: #0c97cb;
/* Tailwind (arbitrary) */
class="text-[#0c97cb] bg-[#0c97cb]"
/* SCSS */
$brand: #0c97cb;
/* SwiftUI */
Color(red: 0.047, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#0c97cb")Accessibility — WCAG contrast
Aa
#0c97cb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c97cb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green59.2%
Blue79.6%
CMYK percentages
Cyan94.1%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#0c97cb text on a black background
contrast 6.30:1
Card sample
#0c97cb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c97cb;
Background color
Panel with #0c97cb background
background-color: #0c97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c97cb; background: linear-gradient(135deg, #0c97cb, #0C18CB);