#0d2ccb
a dark, electric blue · warm · closest name: navy
RGB
13, 44, 203
HSL
230°, 88%, 42%
CMYK
94, 78, 0, 20
Luminance
0.0620
Every format
| HEX | #0d2ccb |
| RGB | rgb(13, 44, 203) |
| HSL | hsl(230, 88%, 42%) |
| CMYK | cmyk(94%, 78%, 0%, 20%) |
| LAB | lab(29.9 51.9 -82.1) |
| LCH | lch(29.9 97.1 302.3) |
| OKLCH | oklch(0.417 0.239 265.2) |
Copy-ready code
/* CSS */
color: #0d2ccb;
background-color: #0d2ccb;
/* Tailwind (arbitrary) */
class="text-[#0d2ccb] bg-[#0d2ccb]"
/* SCSS */
$brand: #0d2ccb;
/* SwiftUI */
Color(red: 0.051, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#0d2ccb")Accessibility — WCAG contrast
Aa
#0d2ccb on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d2ccb on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green17.3%
Blue79.6%
CMYK percentages
Cyan93.6%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#0d2ccb text on a black background
contrast 2.24:1
Card sample
#0d2ccb text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d2ccb;
Background color
Panel with #0d2ccb background
background-color: #0d2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d2ccb; background: linear-gradient(135deg, #0d2ccb, #6D0DCB);