#002485
a dark, electric blue · cool · closest name: midnightblue
RGB
0, 36, 133
HSL
224°, 100%, 26%
CMYK
100, 73, 0, 48
Luminance
0.0296
Every format
| HEX | #002485 |
| RGB | rgb(0, 36, 133) |
| HSL | hsl(224, 100%, 26%) |
| CMYK | cmyk(100%, 73%, 0%, 48%) |
| LAB | lab(19.9 31.1 -56.4) |
| LCH | lch(19.9 64.4 298.8) |
| OKLCH | oklch(0.321 0.165 263.2) |
Copy-ready code
/* CSS */
color: #002485;
background-color: #002485;
/* Tailwind (arbitrary) */
class="text-[#002485] bg-[#002485]"
/* SCSS */
$brand: #002485;
/* SwiftUI */
Color(red: 0.000, green: 0.141, blue: 0.522)
/* Android */
Color.parseColor("#002485")Accessibility — WCAG contrast
Aa
#002485 on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002485 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green14.1%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta72.9%
Yellow0.0%
Key (black)47.8%
Color previews
#002485 text on a black background
contrast 1.59:1
Card sample
#002485 text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002485;
Background color
Panel with #002485 background
background-color: #002485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 36, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 36, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002485; background: linear-gradient(135deg, #002485, #350085);