#315ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
49, 90, 222
HSL
226°, 72%, 53%
CMYK
78, 60, 0, 13
Luminance
0.1324
Every format
| HEX | #315ade |
| RGB | rgb(49, 90, 222) |
| HSL | hsl(226, 72%, 53%) |
| CMYK | cmyk(78%, 60%, 0%, 13%) |
| LAB | lab(43.1 32.9 -71.3) |
| LCH | lch(43.1 78.5 294.8) |
| OKLCH | oklch(0.522 0.206 266.0) |
Copy-ready code
/* CSS */
color: #315ade;
background-color: #315ade;
/* Tailwind (arbitrary) */
class="text-[#315ade] bg-[#315ade]"
/* SCSS */
$brand: #315ade;
/* SwiftUI */
Color(red: 0.192, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#315ade")Accessibility — WCAG contrast
Aa
#315ade on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#315ade on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green35.3%
Blue87.1%
CMYK percentages
Cyan77.9%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#315ade text on a black background
contrast 3.65:1
Card sample
#315ade text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #315ade;
Background color
Panel with #315ade background
background-color: #315ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #315ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #315ade; background: linear-gradient(135deg, #315ade, #7B31DE);