#0972ac
a dark, electric blue · cool · closest name: steelblue
RGB
9, 114, 172
HSL
201°, 90%, 36%
CMYK
95, 34, 0, 33
Luminance
0.1507
Every format
| HEX | #0972ac |
| RGB | rgb(9, 114, 172) |
| HSL | hsl(201, 90%, 36%) |
| CMYK | cmyk(95%, 34%, 0%, 33%) |
| LAB | lab(45.7 -4.7 -38.3) |
| LCH | lch(45.7 38.5 263.0) |
| OKLCH | oklch(0.529 0.123 242.1) |
Copy-ready code
/* CSS */
color: #0972ac;
background-color: #0972ac;
/* Tailwind (arbitrary) */
class="text-[#0972ac] bg-[#0972ac]"
/* SCSS */
$brand: #0972ac;
/* SwiftUI */
Color(red: 0.035, green: 0.447, blue: 0.675)
/* Android */
Color.parseColor("#0972ac")Accessibility — WCAG contrast
Aa
#0972ac on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0972ac on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green44.7%
Blue67.5%
CMYK percentages
Cyan94.8%
Magenta33.7%
Yellow0.0%
Key (black)32.5%
Color previews
#0972ac text on a black background
contrast 4.01:1
Card sample
#0972ac text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0972ac;
Background color
Panel with #0972ac background
background-color: #0972ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0972ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 114, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 114, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0972ac; background: linear-gradient(135deg, #0972ac, #0C09AC);