#4482ff
a balanced, electric blue · cool · closest name: royalblue
RGB
68, 130, 255
HSL
220°, 100%, 63%
CMYK
73, 49, 0, 0
Luminance
0.2441
Every format
| HEX | #4482ff |
| RGB | rgb(68, 130, 255) |
| HSL | hsl(220, 100%, 63%) |
| CMYK | cmyk(73%, 49%, 0%, 0%) |
| LAB | lab(56.5 21.8 -68.0) |
| LCH | lch(56.5 71.4 287.8) |
| OKLCH | oklch(0.632 0.197 262.4) |
Copy-ready code
/* CSS */
color: #4482ff;
background-color: #4482ff;
/* Tailwind (arbitrary) */
class="text-[#4482ff] bg-[#4482ff]"
/* SCSS */
$brand: #4482ff;
/* SwiftUI */
Color(red: 0.267, green: 0.510, blue: 1.000)
/* Android */
Color.parseColor("#4482ff")Accessibility — WCAG contrast
Aa
#4482ff on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4482ff on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green51.0%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta49.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4482ff text on a black background
contrast 5.88:1
Card sample
#4482ff text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4482ff;
Background color
Panel with #4482ff background
background-color: #4482ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4482ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 130, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 130, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4482ff; background: linear-gradient(135deg, #4482ff, #8344FF);