#0119df
a dark, electric blue · warm · closest name: blue
RGB
1, 25, 223
HSL
234°, 99%, 44%
CMYK
100, 89, 0, 13
Luminance
0.0603
Every format
| HEX | #0119df |
| RGB | rgb(1, 25, 223) |
| HSL | hsl(234, 99%, 44%) |
| CMYK | cmyk(100%, 89%, 0%, 13%) |
| LAB | lab(29.5 66.0 -94.4) |
| LCH | lch(29.5 115.2 304.9) |
| OKLCH | oklch(0.421 0.275 264.3) |
Copy-ready code
/* CSS */
color: #0119df;
background-color: #0119df;
/* Tailwind (arbitrary) */
class="text-[#0119df] bg-[#0119df]"
/* SCSS */
$brand: #0119df;
/* SwiftUI */
Color(red: 0.004, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#0119df")Accessibility — WCAG contrast
Aa
#0119df on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0119df on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green9.8%
Blue87.5%
CMYK percentages
Cyan99.6%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0119df text on a black background
contrast 2.21:1
Card sample
#0119df text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0119df;
Background color
Panel with #0119df background
background-color: #0119df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0119df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0119df; background: linear-gradient(135deg, #0119df, #7D01DF);