#0009b1
a dark, electric blue · warm · closest name: navy
RGB
0, 9, 177
HSL
237°, 100%, 35%
CMYK
100, 95, 0, 31
Luminance
0.0337
Every format
| HEX | #0009b1 |
| RGB | rgb(0, 9, 177) |
| HSL | hsl(237, 100%, 35%) |
| CMYK | cmyk(100%, 95%, 0%, 31%) |
| LAB | lab(21.5 57.9 -80.8) |
| LCH | lch(21.5 99.4 305.6) |
| OKLCH | oklch(0.349 0.235 264.1) |
Copy-ready code
/* CSS */
color: #0009b1;
background-color: #0009b1;
/* Tailwind (arbitrary) */
class="text-[#0009b1] bg-[#0009b1]"
/* SCSS */
$brand: #0009b1;
/* SwiftUI */
Color(red: 0.000, green: 0.035, blue: 0.694)
/* Android */
Color.parseColor("#0009b1")Accessibility — WCAG contrast
Aa
#0009b1 on white: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0009b1 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green3.5%
Blue69.4%
CMYK percentages
Cyan100.0%
Magenta94.9%
Yellow0.0%
Key (black)30.6%
Color previews
#0009b1 text on a black background
contrast 1.67:1
Card sample
#0009b1 text on a white background
contrast 12.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0009b1;
Background color
Panel with #0009b1 background
background-color: #0009b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0009b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 9, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 9, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0009b1; background: linear-gradient(135deg, #0009b1, #6D00B1);