#0d52ac
a dark, electric blue · cool · closest name: royalblue
RGB
13, 82, 172
HSL
214°, 86%, 36%
CMYK
92, 52, 0, 33
Luminance
0.0910
Every format
| HEX | #0d52ac |
| RGB | rgb(13, 82, 172) |
| HSL | hsl(214, 86%, 36%) |
| CMYK | cmyk(92%, 52%, 0%, 33%) |
| LAB | lab(36.2 16.0 -53.5) |
| LCH | lch(36.2 55.9 286.6) |
| OKLCH | oklch(0.455 0.158 258.0) |
Copy-ready code
/* CSS */
color: #0d52ac;
background-color: #0d52ac;
/* Tailwind (arbitrary) */
class="text-[#0d52ac] bg-[#0d52ac]"
/* SCSS */
$brand: #0d52ac;
/* SwiftUI */
Color(red: 0.051, green: 0.322, blue: 0.675)
/* Android */
Color.parseColor("#0d52ac")Accessibility — WCAG contrast
Aa
#0d52ac on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d52ac on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green32.2%
Blue67.5%
CMYK percentages
Cyan92.4%
Magenta52.3%
Yellow0.0%
Key (black)32.5%
Color previews
#0d52ac text on a black background
contrast 2.82:1
Card sample
#0d52ac text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d52ac;
Background color
Panel with #0d52ac background
background-color: #0d52ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d52ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 82, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 82, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d52ac; background: linear-gradient(135deg, #0d52ac, #320DAC);