#0e36b1
a dark, electric blue · warm · closest name: slateblue
RGB
14, 54, 177
HSL
225°, 85%, 38%
CMYK
92, 70, 0, 31
Luminance
0.0591
Every format
| HEX | #0e36b1 |
| RGB | rgb(14, 54, 177) |
| HSL | hsl(225, 85%, 38%) |
| CMYK | cmyk(92%, 70%, 0%, 31%) |
| LAB | lab(29.2 36.8 -68.0) |
| LCH | lch(29.2 77.3 298.4) |
| OKLCH | oklch(0.404 0.198 264.4) |
Copy-ready code
/* CSS */
color: #0e36b1;
background-color: #0e36b1;
/* Tailwind (arbitrary) */
class="text-[#0e36b1] bg-[#0e36b1]"
/* SCSS */
$brand: #0e36b1;
/* SwiftUI */
Color(red: 0.055, green: 0.212, blue: 0.694)
/* Android */
Color.parseColor("#0e36b1")Accessibility — WCAG contrast
Aa
#0e36b1 on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e36b1 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green21.2%
Blue69.4%
CMYK percentages
Cyan92.1%
Magenta69.5%
Yellow0.0%
Key (black)30.6%
Color previews
#0e36b1 text on a black background
contrast 2.18:1
Card sample
#0e36b1 text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e36b1;
Background color
Panel with #0e36b1 background
background-color: #0e36b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e36b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 54, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 54, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e36b1; background: linear-gradient(135deg, #0e36b1, #530EB1);