#3167df
a balanced, vivid blue · cool · “royalblue”
RGB
49, 103, 223
HSL
221°, 73%, 53%
CMYK
78, 54, 0, 13
Luminance
0.1568
Every format
| HEX | #3167df |
| RGB | rgb(49, 103, 223) |
| HSL | hsl(221, 73%, 53%) |
| CMYK | cmyk(78%, 54%, 0%, 13%) |
| LAB | lab(46.5 24.9 -66.2) |
| LCH | lch(46.5 70.8 290.6) |
| OKLCH | oklch(0.548 0.192 263.2) |
Copy-ready code
/* CSS */
color: #3167df;
background-color: #3167df;
/* Tailwind (arbitrary) */
class="text-[#3167df] bg-[#3167df]"
/* SCSS */
$brand: #3167df;
/* SwiftUI */
Color(red: 0.192, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#3167df")Accessibility — WCAG contrast
Aa
#3167df on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3167df on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green40.4%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#3167df text on a black background
contrast 4.14:1
Card sample
#3167df text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3167df;
Background color
Panel with #3167df background
background-color: #3167df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3167df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3167df; background: linear-gradient(135deg, #3167df, #6F31DF);