#192afd
a balanced, electric blue · warm · closest name: blue
RGB
25, 42, 253
HSL
236°, 98%, 55%
CMYK
90, 83, 0, 1
Luminance
0.0895
Every format
| HEX | #192afd |
| RGB | rgb(25, 42, 253) |
| HSL | hsl(236, 98%, 55%) |
| CMYK | cmyk(90%, 83%, 0%, 1%) |
| LAB | lab(35.9 68.4 -100.7) |
| LCH | lch(35.9 121.8 304.2) |
| OKLCH | oklch(0.477 0.292 266.1) |
Copy-ready code
/* CSS */
color: #192afd;
background-color: #192afd;
/* Tailwind (arbitrary) */
class="text-[#192afd] bg-[#192afd]"
/* SCSS */
$brand: #192afd;
/* SwiftUI */
Color(red: 0.098, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#192afd")Accessibility — WCAG contrast
Aa
#192afd on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192afd on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green16.5%
Blue99.2%
CMYK percentages
Cyan90.1%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#192afd text on a black background
contrast 2.79:1
Card sample
#192afd text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192afd;
Background color
Panel with #192afd background
background-color: #192afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192afd; background: linear-gradient(135deg, #192afd, #A019FD);