#192dfb
a balanced, electric blue · warm · closest name: blue
RGB
25, 45, 251
HSL
235°, 97%, 54%
CMYK
90, 82, 0, 2
Luminance
0.0905
Every format
| HEX | #192dfb |
| RGB | rgb(25, 45, 251) |
| HSL | hsl(235, 97%, 54%) |
| CMYK | cmyk(90%, 82%, 0%, 2%) |
| LAB | lab(36.1 66.6 -99.3) |
| LCH | lch(36.1 119.6 303.8) |
| OKLCH | oklch(0.478 0.288 266.0) |
Copy-ready code
/* CSS */
color: #192dfb;
background-color: #192dfb;
/* Tailwind (arbitrary) */
class="text-[#192dfb] bg-[#192dfb]"
/* SCSS */
$brand: #192dfb;
/* SwiftUI */
Color(red: 0.098, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#192dfb")Accessibility — WCAG contrast
Aa
#192dfb on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192dfb on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green17.6%
Blue98.4%
CMYK percentages
Cyan90.0%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#192dfb text on a black background
contrast 2.81:1
Card sample
#192dfb text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192dfb;
Background color
Panel with #192dfb background
background-color: #192dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192dfb; background: linear-gradient(135deg, #192dfb, #9C19FB);