#0022cc
a dark, electric blue · warm · closest name: navy
RGB
0, 34, 204
HSL
230°, 100%, 40%
CMYK
100, 83, 0, 20
Luminance
0.0550
Every format
| HEX | #0022cc |
| RGB | rgb(0, 34, 204) |
| HSL | hsl(230, 100%, 40%) |
| CMYK | cmyk(100%, 83%, 0%, 20%) |
| LAB | lab(28.1 56.9 -85.7) |
| LCH | lch(28.1 102.8 303.6) |
| OKLCH | oklch(0.405 0.249 264.2) |
Copy-ready code
/* CSS */
color: #0022cc;
background-color: #0022cc;
/* Tailwind (arbitrary) */
class="text-[#0022cc] bg-[#0022cc]"
/* SCSS */
$brand: #0022cc;
/* SwiftUI */
Color(red: 0.000, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#0022cc")Accessibility — WCAG contrast
Aa
#0022cc on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0022cc on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green13.3%
Blue80.0%
CMYK percentages
Cyan100.0%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#0022cc text on a black background
contrast 2.10:1
Card sample
#0022cc text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0022cc;
Background color
Panel with #0022cc background
background-color: #0022cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0022cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0022cc; background: linear-gradient(135deg, #0022cc, #6600CC);