#001261
a deep, electric blue · warm · closest name: midnightblue
RGB
0, 18, 97
HSL
229°, 100%, 19%
CMYK
100, 81, 0, 62
Luminance
0.0130
Every format
| HEX | #001261 |
| RGB | rgb(0, 18, 97) |
| HSL | hsl(229, 100%, 19%) |
| CMYK | cmyk(100%, 81%, 0%, 62%) |
| LAB | lab(11.2 28.7 -47.4) |
| LCH | lch(11.2 55.4 301.2) |
| OKLCH | oklch(0.247 0.138 263.8) |
Copy-ready code
/* CSS */
color: #001261;
background-color: #001261;
/* Tailwind (arbitrary) */
class="text-[#001261] bg-[#001261]"
/* SCSS */
$brand: #001261;
/* SwiftUI */
Color(red: 0.000, green: 0.071, blue: 0.380)
/* Android */
Color.parseColor("#001261")Accessibility — WCAG contrast
Aa
#001261 on white: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001261 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.1%
Blue38.0%
CMYK percentages
Cyan100.0%
Magenta81.4%
Yellow0.0%
Key (black)62.0%
Color previews
#001261 text on a black background
contrast 1.26:1
Card sample
#001261 text on a white background
contrast 16.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001261;
Background color
Panel with #001261 background
background-color: #001261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 18, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 18, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001261; background: linear-gradient(135deg, #001261, #2F0061);