#4466ff
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 102, 255
HSL
229°, 100%, 63%
CMYK
73, 60, 0, 0
Luminance
0.1795
Every format
| HEX | #4466ff |
| RGB | rgb(68, 102, 255) |
| HSL | hsl(229, 100%, 63%) |
| CMYK | cmyk(73%, 60%, 0%, 0%) |
| LAB | lab(49.4 39.1 -79.4) |
| LCH | lch(49.4 88.5 296.2) |
| OKLCH | oklch(0.579 0.230 268.5) |
Copy-ready code
/* CSS */
color: #4466ff;
background-color: #4466ff;
/* Tailwind (arbitrary) */
class="text-[#4466ff] bg-[#4466ff]"
/* SCSS */
$brand: #4466ff;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#4466ff")Accessibility — WCAG contrast
Aa
#4466ff on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4466ff on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4466ff text on a black background
contrast 4.59:1
Card sample
#4466ff text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4466ff;
Background color
Panel with #4466ff background
background-color: #4466ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4466ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4466ff; background: linear-gradient(135deg, #4466ff, #9F44FF);