#4576eb
a balanced, electric blue · cool · closest name: royalblue
RGB
69, 118, 235
HSL
222°, 81%, 60%
CMYK
71, 50, 0, 8
Luminance
0.2022
Every format
| HEX | #4576eb |
| RGB | rgb(69, 118, 235) |
| HSL | hsl(222, 81%, 60%) |
| CMYK | cmyk(71%, 50%, 0%, 8%) |
| LAB | lab(52.1 22.2 -64.0) |
| LCH | lch(52.1 67.8 289.2) |
| OKLCH | oklch(0.595 0.185 264.4) |
Copy-ready code
/* CSS */
color: #4576eb;
background-color: #4576eb;
/* Tailwind (arbitrary) */
class="text-[#4576eb] bg-[#4576eb]"
/* SCSS */
$brand: #4576eb;
/* SwiftUI */
Color(red: 0.271, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#4576eb")Accessibility — WCAG contrast
Aa
#4576eb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4576eb on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green46.3%
Blue92.2%
CMYK percentages
Cyan70.6%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#4576eb text on a black background
contrast 5.04:1
Card sample
#4576eb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4576eb;
Background color
Panel with #4576eb background
background-color: #4576eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4576eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4576eb; background: linear-gradient(135deg, #4576eb, #8345EB);