#445acf
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 90, 207
HSL
231°, 59%, 54%
CMYK
67, 57, 0, 19
Luminance
0.1305
Every format
| HEX | #445acf |
| RGB | rgb(68, 90, 207) |
| HSL | hsl(231, 59%, 54%) |
| CMYK | cmyk(67%, 57%, 0%, 19%) |
| LAB | lab(42.8 29.8 -63.1) |
| LCH | lch(42.8 69.8 295.3) |
| OKLCH | oklch(0.519 0.182 270.7) |
Copy-ready code
/* CSS */
color: #445acf;
background-color: #445acf;
/* Tailwind (arbitrary) */
class="text-[#445acf] bg-[#445acf]"
/* SCSS */
$brand: #445acf;
/* SwiftUI */
Color(red: 0.267, green: 0.353, blue: 0.812)
/* Android */
Color.parseColor("#445acf")Accessibility — WCAG contrast
Aa
#445acf on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445acf on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green35.3%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta56.5%
Yellow0.0%
Key (black)18.8%
Color previews
#445acf text on a black background
contrast 3.61:1
Card sample
#445acf text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445acf;
Background color
Panel with #445acf background
background-color: #445acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 90, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 90, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445acf; background: linear-gradient(135deg, #445acf, #8B44CF);