#4767df
a balanced, vivid blue · warm · “royalblue”
RGB
71, 103, 223
HSL
227°, 70%, 58%
CMYK
68, 54, 0, 13
Luminance
0.1637
Every format
| HEX | #4767df |
| RGB | rgb(71, 103, 223) |
| HSL | hsl(227, 70%, 58%) |
| CMYK | cmyk(68%, 54%, 0%, 13%) |
| LAB | lab(47.5 27.6 -64.7) |
| LCH | lch(47.5 70.4 293.1) |
| OKLCH | oklch(0.557 0.186 268.4) |
Copy-ready code
/* CSS */
color: #4767df;
background-color: #4767df;
/* Tailwind (arbitrary) */
class="text-[#4767df] bg-[#4767df]"
/* SCSS */
$brand: #4767df;
/* SwiftUI */
Color(red: 0.278, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#4767df")Accessibility — WCAG contrast
Aa
#4767df on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4767df on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green40.4%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#4767df text on a black background
contrast 4.27:1
Card sample
#4767df text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4767df;
Background color
Panel with #4767df background
background-color: #4767df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4767df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4767df; background: linear-gradient(135deg, #4767df, #8C47DF);