#000974
a deep, electric blue · warm · closest name: navy
RGB
0, 9, 116
HSL
235°, 100%, 23%
CMYK
100, 92, 0, 55
Luminance
0.0146
Every format
| HEX | #000974 |
| RGB | rgb(0, 9, 116) |
| HSL | hsl(235, 100%, 23%) |
| CMYK | cmyk(100%, 92%, 0%, 55%) |
| LAB | lab(12.3 40.2 -58.1) |
| LCH | lch(12.3 70.6 304.7) |
| OKLCH | oklch(0.262 0.169 264.2) |
Copy-ready code
/* CSS */
color: #000974;
background-color: #000974;
/* Tailwind (arbitrary) */
class="text-[#000974] bg-[#000974]"
/* SCSS */
$brand: #000974;
/* SwiftUI */
Color(red: 0.000, green: 0.035, blue: 0.455)
/* Android */
Color.parseColor("#000974")Accessibility — WCAG contrast
Aa
#000974 on white: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000974 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green3.5%
Blue45.5%
CMYK percentages
Cyan100.0%
Magenta92.2%
Yellow0.0%
Key (black)54.5%
Color previews
#000974 text on a black background
contrast 1.29:1
Card sample
#000974 text on a white background
contrast 16.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000974;
Background color
Panel with #000974 background
background-color: #000974;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000974;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 9, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 9, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000974; background: linear-gradient(135deg, #000974, #440074);