#4875f2
a balanced, electric blue · cool · closest name: royalblue
RGB
72, 117, 242
HSL
224°, 87%, 62%
CMYK
70, 52, 0, 5
Luminance
0.2051
Every format
| HEX | #4875f2 |
| RGB | rgb(72, 117, 242) |
| HSL | hsl(224, 87%, 62%) |
| CMYK | cmyk(70%, 52%, 0%, 5%) |
| LAB | lab(52.4 25.7 -67.4) |
| LCH | lch(52.4 72.1 290.9) |
| OKLCH | oklch(0.599 0.194 265.8) |
Copy-ready code
/* CSS */
color: #4875f2;
background-color: #4875f2;
/* Tailwind (arbitrary) */
class="text-[#4875f2] bg-[#4875f2]"
/* SCSS */
$brand: #4875f2;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.949)
/* Android */
Color.parseColor("#4875f2")Accessibility — WCAG contrast
Aa
#4875f2 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4875f2 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue94.9%
CMYK percentages
Cyan70.2%
Magenta51.7%
Yellow0.0%
Key (black)5.1%
Color previews
#4875f2 text on a black background
contrast 5.10:1
Card sample
#4875f2 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875f2;
Background color
Panel with #4875f2 background
background-color: #4875f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875f2; background: linear-gradient(135deg, #4875f2, #8C48F2);