#196dfb
a balanced, electric blue · cool · closest name: royalblue
RGB
25, 109, 251
HSL
218°, 97%, 54%
CMYK
90, 57, 0, 2
Luminance
0.1811
Every format
| HEX | #196dfb |
| RGB | rgb(25, 109, 251) |
| HSL | hsl(218, 97%, 54%) |
| CMYK | cmyk(90%, 57%, 0%, 2%) |
| LAB | lab(49.6 29.9 -77.0) |
| LCH | lch(49.6 82.6 291.3) |
| OKLCH | oklch(0.576 0.226 260.8) |
Copy-ready code
/* CSS */
color: #196dfb;
background-color: #196dfb;
/* Tailwind (arbitrary) */
class="text-[#196dfb] bg-[#196dfb]"
/* SCSS */
$brand: #196dfb;
/* SwiftUI */
Color(red: 0.098, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#196dfb")Accessibility — WCAG contrast
Aa
#196dfb on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196dfb on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green42.7%
Blue98.4%
CMYK percentages
Cyan90.0%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#196dfb text on a black background
contrast 4.62:1
Card sample
#196dfb text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196dfb;
Background color
Panel with #196dfb background
background-color: #196dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196dfb; background: linear-gradient(135deg, #196dfb, #5C19FB);