#00007b
a deep, electric blue · warm · “navy”
RGB
0, 0, 123
HSL
240°, 100%, 24%
CMYK
100, 100, 0, 52
Luminance
0.0143
Every format
| HEX | #00007b |
| RGB | rgb(0, 0, 123) |
| HSL | hsl(240, 100%, 24%) |
| CMYK | cmyk(100%, 100%, 0%, 52%) |
| LAB | lab(12.2 46.2 -62.9) |
| LCH | lch(12.2 78.0 306.3) |
| OKLCH | oklch(0.264 0.183 264.1) |
Copy-ready code
/* CSS */
color: #00007b;
background-color: #00007b;
/* Tailwind (arbitrary) */
class="text-[#00007b] bg-[#00007b]"
/* SCSS */
$brand: #00007b;
/* SwiftUI */
Color(red: 0.000, green: 0.000, blue: 0.482)
/* Android */
Color.parseColor("#00007b")Accessibility — WCAG contrast
Aa
#00007b on white: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00007b on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green0.0%
Blue48.2%
CMYK percentages
Cyan100.0%
Magenta100.0%
Yellow0.0%
Key (black)51.8%
Color previews
#00007b text on a black background
contrast 1.29:1
Card sample
#00007b text on a white background
contrast 16.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00007b;
Background color
Panel with #00007b background
background-color: #00007b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00007b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 0, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 0, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00007b; background: linear-gradient(135deg, #00007b, #52007B);