#4875ff
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 117, 255
HSL
225°, 100%, 64%
CMYK
72, 54, 0, 0
Luminance
0.2132
Every format
| HEX | #4875ff |
| RGB | rgb(72, 117, 255) |
| HSL | hsl(225, 100%, 64%) |
| CMYK | cmyk(72%, 54%, 0%, 0%) |
| LAB | lab(53.3 30.3 -73.2) |
| LCH | lch(53.3 79.2 292.5) |
| OKLCH | oklch(0.609 0.211 266.4) |
Copy-ready code
/* CSS */
color: #4875ff;
background-color: #4875ff;
/* Tailwind (arbitrary) */
class="text-[#4875ff] bg-[#4875ff]"
/* SCSS */
$brand: #4875ff;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#4875ff")Accessibility — WCAG contrast
Aa
#4875ff on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4875ff on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue100.0%
CMYK percentages
Cyan71.8%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4875ff text on a black background
contrast 5.26:1
Card sample
#4875ff text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875ff;
Background color
Panel with #4875ff background
background-color: #4875ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875ff; background: linear-gradient(135deg, #4875ff, #9548FF);