#4455ff
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 85, 255
HSL
235°, 100%, 63%
CMYK
73, 67, 0, 0
Luminance
0.1495
Every format
| HEX | #4455ff |
| RGB | rgb(68, 85, 255) |
| HSL | hsl(235, 100%, 63%) |
| CMYK | cmyk(73%, 67%, 0%, 0%) |
| LAB | lab(45.6 49.3 -85.8) |
| LCH | lch(45.6 98.9 299.9) |
| OKLCH | oklch(0.551 0.248 270.9) |
Copy-ready code
/* CSS */
color: #4455ff;
background-color: #4455ff;
/* Tailwind (arbitrary) */
class="text-[#4455ff] bg-[#4455ff]"
/* SCSS */
$brand: #4455ff;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#4455ff")Accessibility — WCAG contrast
Aa
#4455ff on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4455ff on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#4455ff text on a black background
contrast 3.99:1
Card sample
#4455ff text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4455ff;
Background color
Panel with #4455ff background
background-color: #4455ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4455ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4455ff; background: linear-gradient(135deg, #4455ff, #AF44FF);