#192fdf
a balanced, electric blue · warm · closest name: blue
RGB
25, 47, 223
HSL
233°, 80%, 49%
CMYK
89, 79, 0, 13
Luminance
0.0757
Every format
| HEX | #192fdf |
| RGB | rgb(25, 47, 223) |
| HSL | hsl(233, 80%, 49%) |
| CMYK | cmyk(89%, 79%, 0%, 13%) |
| LAB | lab(33.1 57.1 -88.4) |
| LCH | lch(33.1 105.3 302.9) |
| OKLCH | oklch(0.447 0.257 266.4) |
Copy-ready code
/* CSS */
color: #192fdf;
background-color: #192fdf;
/* Tailwind (arbitrary) */
class="text-[#192fdf] bg-[#192fdf]"
/* SCSS */
$brand: #192fdf;
/* SwiftUI */
Color(red: 0.098, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#192fdf")Accessibility — WCAG contrast
Aa
#192fdf on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192fdf on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#192fdf text on a black background
contrast 2.51:1
Card sample
#192fdf text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192fdf;
Background color
Panel with #192fdf background
background-color: #192fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192fdf; background: linear-gradient(135deg, #192fdf, #8719DF);