#0053af
a dark, electric blue · cool · closest name: royalblue
RGB
0, 83, 175
HSL
212°, 100%, 34%
CMYK
100, 53, 0, 31
Luminance
0.0928
Every format
| HEX | #0053af |
| RGB | rgb(0, 83, 175) |
| HSL | hsl(212, 100%, 34%) |
| CMYK | cmyk(100%, 53%, 0%, 31%) |
| LAB | lab(36.5 16.0 -54.8) |
| LCH | lch(36.5 57.1 286.3) |
| OKLCH | oklch(0.458 0.162 257.0) |
Copy-ready code
/* CSS */
color: #0053af;
background-color: #0053af;
/* Tailwind (arbitrary) */
class="text-[#0053af] bg-[#0053af]"
/* SCSS */
$brand: #0053af;
/* SwiftUI */
Color(red: 0.000, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#0053af")Accessibility — WCAG contrast
Aa
#0053af on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0053af on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.5%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#0053af text on a black background
contrast 2.86:1
Card sample
#0053af text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0053af;
Background color
Panel with #0053af background
background-color: #0053af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0053af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0053af; background: linear-gradient(135deg, #0053af, #2200AF);