#0192df
a dark, electric blue · cool · closest name: steelblue
RGB
1, 146, 223
HSL
201°, 99%, 44%
CMYK
100, 35, 0, 13
Luminance
0.2589
Every format
| HEX | #0192df |
| RGB | rgb(1, 146, 223) |
| HSL | hsl(201, 99%, 44%) |
| CMYK | cmyk(100%, 35%, 0%, 13%) |
| LAB | lab(57.9 -4.4 -48.0) |
| LCH | lch(57.9 48.2 264.8) |
| OKLCH | oklch(0.634 0.153 243.1) |
Copy-ready code
/* CSS */
color: #0192df;
background-color: #0192df;
/* Tailwind (arbitrary) */
class="text-[#0192df] bg-[#0192df]"
/* SCSS */
$brand: #0192df;
/* SwiftUI */
Color(red: 0.004, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#0192df")Accessibility — WCAG contrast
Aa
#0192df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0192df on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green57.3%
Blue87.5%
CMYK percentages
Cyan99.6%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0192df text on a black background
contrast 6.18:1
Card sample
#0192df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0192df;
Background color
Panel with #0192df background
background-color: #0192df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0192df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0192df; background: linear-gradient(135deg, #0192df, #0401DF);