#485df4
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 93, 244
HSL
233°, 89%, 62%
CMYK
71, 62, 0, 4
Luminance
0.1574
Every format
| HEX | #485df4 |
| RGB | rgb(72, 93, 244) |
| HSL | hsl(233, 89%, 62%) |
| CMYK | cmyk(71%, 62%, 0%, 4%) |
| LAB | lab(46.6 41.2 -77.9) |
| LCH | lch(46.6 88.1 297.9) |
| OKLCH | oklch(0.556 0.225 270.9) |
Copy-ready code
/* CSS */
color: #485df4;
background-color: #485df4;
/* Tailwind (arbitrary) */
class="text-[#485df4] bg-[#485df4]"
/* SCSS */
$brand: #485df4;
/* SwiftUI */
Color(red: 0.282, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#485df4")Accessibility — WCAG contrast
Aa
#485df4 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#485df4 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green36.5%
Blue95.7%
CMYK percentages
Cyan70.5%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#485df4 text on a black background
contrast 4.15:1
Card sample
#485df4 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485df4;
Background color
Panel with #485df4 background
background-color: #485df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485df4; background: linear-gradient(135deg, #485df4, #A648F4);