#195cd3
a balanced, electric blue · cool · closest name: royalblue
RGB
25, 92, 211
HSL
218°, 79%, 46%
CMYK
88, 56, 0, 17
Luminance
0.1256
Every format
| HEX | #195cd3 |
| RGB | rgb(25, 92, 211) |
| HSL | hsl(218, 79%, 46%) |
| CMYK | cmyk(88%, 56%, 0%, 17%) |
| LAB | lab(42.1 25.6 -66.7) |
| LCH | lch(42.1 71.4 291.0) |
| OKLCH | oklch(0.510 0.195 261.1) |
Copy-ready code
/* CSS */
color: #195cd3;
background-color: #195cd3;
/* Tailwind (arbitrary) */
class="text-[#195cd3] bg-[#195cd3]"
/* SCSS */
$brand: #195cd3;
/* SwiftUI */
Color(red: 0.098, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#195cd3")Accessibility — WCAG contrast
Aa
#195cd3 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#195cd3 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green36.1%
Blue82.7%
CMYK percentages
Cyan88.2%
Magenta56.4%
Yellow0.0%
Key (black)17.3%
Color previews
#195cd3 text on a black background
contrast 3.51:1
Card sample
#195cd3 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #195cd3;
Background color
Panel with #195cd3 background
background-color: #195cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #195cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #195cd3; background: linear-gradient(135deg, #195cd3, #5219D3);