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