#0e15eb
a balanced, electric blue · warm · closest name: blue
RGB
14, 21, 235
HSL
238°, 89%, 49%
CMYK
94, 91, 0, 8
Luminance
0.0663
Every format
| HEX | #0e15eb |
| RGB | rgb(14, 21, 235) |
| HSL | hsl(238, 89%, 49%) |
| CMYK | cmyk(94%, 91%, 0%, 8%) |
| LAB | lab(30.9 70.5 -98.8) |
| LCH | lch(30.9 121.4 305.5) |
| OKLCH | oklch(0.436 0.287 265.3) |
Copy-ready code
/* CSS */
color: #0e15eb;
background-color: #0e15eb;
/* Tailwind (arbitrary) */
class="text-[#0e15eb] bg-[#0e15eb]"
/* SCSS */
$brand: #0e15eb;
/* SwiftUI */
Color(red: 0.055, green: 0.082, blue: 0.922)
/* Android */
Color.parseColor("#0e15eb")Accessibility — WCAG contrast
Aa
#0e15eb on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e15eb on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green8.2%
Blue92.2%
CMYK percentages
Cyan94.0%
Magenta91.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0e15eb text on a black background
contrast 2.33:1
Card sample
#0e15eb text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e15eb;
Background color
Panel with #0e15eb background
background-color: #0e15eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e15eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 21, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 21, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e15eb; background: linear-gradient(135deg, #0e15eb, #9A0EEB);