#0e00be
a dark, electric blue · warm · closest name: navy
RGB
14, 0, 190
HSL
244°, 100%, 37%
CMYK
93, 100, 0, 26
Luminance
0.0381
Every format
| HEX | #0e00be |
| RGB | rgb(14, 0, 190) |
| HSL | hsl(244, 100%, 37%) |
| CMYK | cmyk(93%, 100%, 0%, 26%) |
| LAB | lab(23.0 63.6 -85.9) |
| LCH | lch(23.0 106.9 306.5) |
| OKLCH | oklch(0.365 0.249 265.9) |
Copy-ready code
/* CSS */
color: #0e00be;
background-color: #0e00be;
/* Tailwind (arbitrary) */
class="text-[#0e00be] bg-[#0e00be]"
/* SCSS */
$brand: #0e00be;
/* SwiftUI */
Color(red: 0.055, green: 0.000, blue: 0.745)
/* Android */
Color.parseColor("#0e00be")Accessibility — WCAG contrast
Aa
#0e00be on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e00be on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green0.0%
Blue74.5%
CMYK percentages
Cyan92.6%
Magenta100.0%
Yellow0.0%
Key (black)25.5%
Color previews
#0e00be text on a black background
contrast 1.76:1
Card sample
#0e00be text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e00be;
Background color
Panel with #0e00be background
background-color: #0e00be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e00be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 0, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 0, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e00be; background: linear-gradient(135deg, #0e00be, #8D00BE);