#194ce2
a balanced, electric blue · cool · closest name: royalblue
RGB
25, 76, 226
HSL
225°, 80%, 49%
CMYK
89, 66, 0, 11
Luminance
0.1087
Every format
| HEX | #194ce2 |
| RGB | rgb(25, 76, 226) |
| HSL | hsl(225, 80%, 49%) |
| CMYK | cmyk(89%, 66%, 0%, 11%) |
| LAB | lab(39.4 41.5 -79.7) |
| LCH | lch(39.4 89.9 297.5) |
| OKLCH | oklch(0.493 0.232 264.4) |
Copy-ready code
/* CSS */
color: #194ce2;
background-color: #194ce2;
/* Tailwind (arbitrary) */
class="text-[#194ce2] bg-[#194ce2]"
/* SCSS */
$brand: #194ce2;
/* SwiftUI */
Color(red: 0.098, green: 0.298, blue: 0.886)
/* Android */
Color.parseColor("#194ce2")Accessibility — WCAG contrast
Aa
#194ce2 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#194ce2 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green29.8%
Blue88.6%
CMYK percentages
Cyan88.9%
Magenta66.4%
Yellow0.0%
Key (black)11.4%
Color previews
#194ce2 text on a black background
contrast 3.17:1
Card sample
#194ce2 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #194ce2;
Background color
Panel with #194ce2 background
background-color: #194ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #194ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 76, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 76, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #194ce2; background: linear-gradient(135deg, #194ce2, #6C19E2);