#4576df
a balanced, vivid blue · cool · closest name: royalblue
RGB
69, 118, 223
HSL
221°, 71%, 57%
CMYK
69, 47, 0, 13
Luminance
0.1955
Every format
| HEX | #4576df |
| RGB | rgb(69, 118, 223) |
| HSL | hsl(221, 71%, 57%) |
| CMYK | cmyk(69%, 47%, 0%, 13%) |
| LAB | lab(51.3 18.0 -58.5) |
| LCH | lch(51.3 61.2 287.1) |
| OKLCH | oklch(0.587 0.169 263.3) |
Copy-ready code
/* CSS */
color: #4576df;
background-color: #4576df;
/* Tailwind (arbitrary) */
class="text-[#4576df] bg-[#4576df]"
/* SCSS */
$brand: #4576df;
/* SwiftUI */
Color(red: 0.271, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#4576df")Accessibility — WCAG contrast
Aa
#4576df on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4576df on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green46.3%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4576df text on a black background
contrast 4.91:1
Card sample
#4576df text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4576df;
Background color
Panel with #4576df background
background-color: #4576df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4576df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4576df; background: linear-gradient(135deg, #4576df, #7B45DF);