#000096
a dark, electric blue · warm · closest name: navy
RGB
0, 0, 150
HSL
240°, 100%, 29%
CMYK
100, 100, 0, 41
Luminance
0.0220
Every format
| HEX | #000096 |
| RGB | rgb(0, 0, 150) |
| HSL | hsl(240, 100%, 29%) |
| CMYK | cmyk(100%, 100%, 0%, 41%) |
| LAB | lab(16.5 53.3 -72.6) |
| LCH | lch(16.5 90.1 306.3) |
| OKLCH | oklch(0.304 0.211 264.1) |
Copy-ready code
/* CSS */
color: #000096;
background-color: #000096;
/* Tailwind (arbitrary) */
class="text-[#000096] bg-[#000096]"
/* SCSS */
$brand: #000096;
/* SwiftUI */
Color(red: 0.000, green: 0.000, blue: 0.588)
/* Android */
Color.parseColor("#000096")Accessibility — WCAG contrast
Aa
#000096 on white: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000096 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green0.0%
Blue58.8%
CMYK percentages
Cyan100.0%
Magenta100.0%
Yellow0.0%
Key (black)41.2%
Color previews
#000096 text on a black background
contrast 1.44:1
Card sample
#000096 text on a white background
contrast 14.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000096;
Background color
Panel with #000096 background
background-color: #000096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 0, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 0, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000096; background: linear-gradient(135deg, #000096, #640096);