#0975b2
a dark, electric blue · cool · closest name: steelblue
RGB
9, 117, 178
HSL
202°, 90%, 37%
CMYK
95, 34, 0, 30
Luminance
0.1600
Every format
| HEX | #0975b2 |
| RGB | rgb(9, 117, 178) |
| HSL | hsl(202, 90%, 37%) |
| CMYK | cmyk(95%, 34%, 0%, 30%) |
| LAB | lab(47.0 -4.2 -39.8) |
| LCH | lch(47.0 40.0 264.0) |
| OKLCH | oklch(0.540 0.127 242.8) |
Copy-ready code
/* CSS */
color: #0975b2;
background-color: #0975b2;
/* Tailwind (arbitrary) */
class="text-[#0975b2] bg-[#0975b2]"
/* SCSS */
$brand: #0975b2;
/* SwiftUI */
Color(red: 0.035, green: 0.459, blue: 0.698)
/* Android */
Color.parseColor("#0975b2")Accessibility — WCAG contrast
Aa
#0975b2 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0975b2 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green45.9%
Blue69.8%
CMYK percentages
Cyan94.9%
Magenta34.3%
Yellow0.0%
Key (black)30.2%
Color previews
#0975b2 text on a black background
contrast 4.20:1
Card sample
#0975b2 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0975b2;
Background color
Panel with #0975b2 background
background-color: #0975b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0975b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 117, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 117, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0975b2; background: linear-gradient(135deg, #0975b2, #0E09B2);