#4875fe
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 117, 254
HSL
225°, 99%, 64%
CMYK
72, 54, 0, 0
Luminance
0.2126
Every format
| HEX | #4875fe |
| RGB | rgb(72, 117, 254) |
| HSL | hsl(225, 99%, 64%) |
| CMYK | cmyk(72%, 54%, 0%, 0%) |
| LAB | lab(53.2 30.0 -72.7) |
| LCH | lch(53.2 78.6 292.4) |
| OKLCH | oklch(0.608 0.210 266.4) |
Copy-ready code
/* CSS */
color: #4875fe;
background-color: #4875fe;
/* Tailwind (arbitrary) */
class="text-[#4875fe] bg-[#4875fe]"
/* SCSS */
$brand: #4875fe;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.996)
/* Android */
Color.parseColor("#4875fe")Accessibility — WCAG contrast
Aa
#4875fe on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4875fe on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue99.6%
CMYK percentages
Cyan71.7%
Magenta53.9%
Yellow0.0%
Key (black)0.4%
Color previews
#4875fe text on a black background
contrast 5.25:1
Card sample
#4875fe text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4875fe;
Background color
Panel with #4875fe background
background-color: #4875fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4875fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4875fe; background: linear-gradient(135deg, #4875fe, #9448FE);