#00152f
a deep, electric blue · cool · closest name: black
RGB
0, 21, 47
HSL
213°, 100%, 9%
CMYK
100, 55, 0, 82
Luminance
0.0074
Every format
| HEX | #00152f |
| RGB | rgb(0, 21, 47) |
| HSL | hsl(213, 100%, 9%) |
| CMYK | cmyk(100%, 55%, 0%, 82%) |
| LAB | lab(6.7 3.1 -19.8) |
| LCH | lch(6.7 20.1 279.0) |
| OKLCH | oklch(0.196 0.060 252.9) |
Copy-ready code
/* CSS */
color: #00152f;
background-color: #00152f;
/* Tailwind (arbitrary) */
class="text-[#00152f] bg-[#00152f]"
/* SCSS */
$brand: #00152f;
/* SwiftUI */
Color(red: 0.000, green: 0.082, blue: 0.184)
/* Android */
Color.parseColor("#00152f")Accessibility — WCAG contrast
Aa
#00152f on white: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00152f on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green8.2%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta55.3%
Yellow0.0%
Key (black)81.6%
Color previews
#00152f text on a black background
contrast 1.15:1
Card sample
#00152f text on a white background
contrast 18.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00152f;
Background color
Panel with #00152f background
background-color: #00152f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00152f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 21, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 21, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00152f; background: linear-gradient(135deg, #00152f, #0A002F);