#002fac
a dark, electric blue · cool · closest name: navy
RGB
0, 47, 172
HSL
224°, 100%, 34%
CMYK
100, 73, 0, 33
Luminance
0.0501
Every format
| HEX | #002fac |
| RGB | rgb(0, 47, 172) |
| HSL | hsl(224, 100%, 34%) |
| CMYK | cmyk(100%, 73%, 0%, 33%) |
| LAB | lab(26.8 38.9 -69.0) |
| LCH | lch(26.8 79.2 299.4) |
| OKLCH | oklch(0.384 0.202 263.4) |
Copy-ready code
/* CSS */
color: #002fac;
background-color: #002fac;
/* Tailwind (arbitrary) */
class="text-[#002fac] bg-[#002fac]"
/* SCSS */
$brand: #002fac;
/* SwiftUI */
Color(red: 0.000, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#002fac")Accessibility — WCAG contrast
Aa
#002fac on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002fac on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.4%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#002fac text on a black background
contrast 2.00:1
Card sample
#002fac text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002fac;
Background color
Panel with #002fac background
background-color: #002fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002fac; background: linear-gradient(135deg, #002fac, #4400AC);