#4459ff
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 89, 255
HSL
233°, 100%, 63%
CMYK
73, 65, 0, 0
Luminance
0.1559
Every format
| HEX | #4459ff |
| RGB | rgb(68, 89, 255) |
| HSL | hsl(233, 100%, 63%) |
| CMYK | cmyk(73%, 65%, 0%, 0%) |
| LAB | lab(46.4 46.9 -84.4) |
| LCH | lch(46.4 96.5 299.1) |
| OKLCH | oklch(0.557 0.244 270.4) |
Copy-ready code
/* CSS */
color: #4459ff;
background-color: #4459ff;
/* Tailwind (arbitrary) */
class="text-[#4459ff] bg-[#4459ff]"
/* SCSS */
$brand: #4459ff;
/* SwiftUI */
Color(red: 0.267, green: 0.349, blue: 1.000)
/* Android */
Color.parseColor("#4459ff")Accessibility — WCAG contrast
Aa
#4459ff on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4459ff on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green34.9%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta65.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4459ff text on a black background
contrast 4.12:1
Card sample
#4459ff text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4459ff;
Background color
Panel with #4459ff background
background-color: #4459ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4459ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 89, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 89, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4459ff; background: linear-gradient(135deg, #4459ff, #AC44FF);