#314ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
49, 74, 222
HSL
231°, 72%, 53%
CMYK
78, 67, 0, 13
Luminance
0.1082
Every format
| HEX | #314ade |
| RGB | rgb(49, 74, 222) |
| HSL | hsl(231, 72%, 53%) |
| CMYK | cmyk(78%, 67%, 0%, 13%) |
| LAB | lab(39.3 42.9 -77.5) |
| LCH | lch(39.3 88.6 298.9) |
| OKLCH | oklch(0.494 0.225 268.6) |
Copy-ready code
/* CSS */
color: #314ade;
background-color: #314ade;
/* Tailwind (arbitrary) */
class="text-[#314ade] bg-[#314ade]"
/* SCSS */
$brand: #314ade;
/* SwiftUI */
Color(red: 0.192, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#314ade")Accessibility — WCAG contrast
Aa
#314ade on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#314ade on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green29.0%
Blue87.1%
CMYK percentages
Cyan77.9%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#314ade text on a black background
contrast 3.16:1
Card sample
#314ade text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314ade;
Background color
Panel with #314ade background
background-color: #314ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314ade; background: linear-gradient(135deg, #314ade, #8B31DE);