#0b3ddf
a balanced, electric blue · warm · closest name: navy
RGB
11, 61, 223
HSL
226°, 91%, 46%
CMYK
95, 73, 0, 13
Luminance
0.0874
Every format
| HEX | #0b3ddf |
| RGB | rgb(11, 61, 223) |
| HSL | hsl(226, 91%, 46%) |
| CMYK | cmyk(95%, 73%, 0%, 13%) |
| LAB | lab(35.5 49.1 -84.4) |
| LCH | lch(35.5 97.7 300.2) |
| OKLCH | oklch(0.463 0.246 264.3) |
Copy-ready code
/* CSS */
color: #0b3ddf;
background-color: #0b3ddf;
/* Tailwind (arbitrary) */
class="text-[#0b3ddf] bg-[#0b3ddf]"
/* SCSS */
$brand: #0b3ddf;
/* SwiftUI */
Color(red: 0.043, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#0b3ddf")Accessibility — WCAG contrast
Aa
#0b3ddf on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b3ddf on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green23.9%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#0b3ddf text on a black background
contrast 2.75:1
Card sample
#0b3ddf text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b3ddf;
Background color
Panel with #0b3ddf background
background-color: #0b3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b3ddf; background: linear-gradient(135deg, #0b3ddf, #660BDF);