#192cdf
a balanced, electric blue · warm · closest name: blue
RGB
25, 44, 223
HSL
234°, 80%, 49%
CMYK
89, 80, 0, 13
Luminance
0.0734
Every format
| HEX | #192cdf |
| RGB | rgb(25, 44, 223) |
| HSL | hsl(234, 80%, 49%) |
| CMYK | cmyk(89%, 80%, 0%, 13%) |
| LAB | lab(32.6 58.6 -89.3) |
| LCH | lch(32.6 106.8 303.3) |
| OKLCH | oklch(0.444 0.259 266.5) |
Copy-ready code
/* CSS */
color: #192cdf;
background-color: #192cdf;
/* Tailwind (arbitrary) */
class="text-[#192cdf] bg-[#192cdf]"
/* SCSS */
$brand: #192cdf;
/* SwiftUI */
Color(red: 0.098, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#192cdf")Accessibility — WCAG contrast
Aa
#192cdf on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192cdf on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green17.3%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#192cdf text on a black background
contrast 2.47:1
Card sample
#192cdf text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192cdf;
Background color
Panel with #192cdf background
background-color: #192cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192cdf; background: linear-gradient(135deg, #192cdf, #8A19DF);