#195ee6
a balanced, electric blue · cool · closest name: royalblue
RGB
25, 94, 230
HSL
220°, 80%, 50%
CMYK
89, 59, 0, 10
Luminance
0.1393
Every format
| HEX | #195ee6 |
| RGB | rgb(25, 94, 230) |
| HSL | hsl(220, 80%, 50%) |
| CMYK | cmyk(89%, 59%, 0%, 10%) |
| LAB | lab(44.1 31.6 -74.2) |
| LCH | lch(44.1 80.6 293.0) |
| OKLCH | oklch(0.530 0.217 262.0) |
Copy-ready code
/* CSS */
color: #195ee6;
background-color: #195ee6;
/* Tailwind (arbitrary) */
class="text-[#195ee6] bg-[#195ee6]"
/* SCSS */
$brand: #195ee6;
/* SwiftUI */
Color(red: 0.098, green: 0.369, blue: 0.902)
/* Android */
Color.parseColor("#195ee6")Accessibility — WCAG contrast
Aa
#195ee6 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#195ee6 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green36.9%
Blue90.2%
CMYK percentages
Cyan89.1%
Magenta59.1%
Yellow0.0%
Key (black)9.8%
Color previews
#195ee6 text on a black background
contrast 3.79:1
Card sample
#195ee6 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #195ee6;
Background color
Panel with #195ee6 background
background-color: #195ee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #195ee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 94, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 94, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #195ee6; background: linear-gradient(135deg, #195ee6, #5D19E6);