#002145
a deep, electric blue · cool · closest name: black
RGB
0, 33, 69
HSL
211°, 100%, 14%
CMYK
100, 52, 0, 73
Luminance
0.0152
Every format
| HEX | #002145 |
| RGB | rgb(0, 33, 69) |
| HSL | hsl(211, 100%, 14%) |
| CMYK | cmyk(100%, 52%, 0%, 73%) |
| LAB | lab(12.7 4.8 -25.9) |
| LCH | lch(12.7 26.4 280.6) |
| OKLCH | oklch(0.249 0.078 253.4) |
Copy-ready code
/* CSS */
color: #002145;
background-color: #002145;
/* Tailwind (arbitrary) */
class="text-[#002145] bg-[#002145]"
/* SCSS */
$brand: #002145;
/* SwiftUI */
Color(red: 0.000, green: 0.129, blue: 0.271)
/* Android */
Color.parseColor("#002145")Accessibility — WCAG contrast
Aa
#002145 on white: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002145 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green12.9%
Blue27.1%
CMYK percentages
Cyan100.0%
Magenta52.2%
Yellow0.0%
Key (black)72.9%
Color previews
#002145 text on a black background
contrast 1.30:1
Card sample
#002145 text on a white background
contrast 16.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002145;
Background color
Panel with #002145 background
background-color: #002145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 33, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 33, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002145; background: linear-gradient(135deg, #002145, #0D0045);