#445fcf
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 95, 207
HSL
228°, 59%, 54%
CMYK
67, 54, 0, 19
Luminance
0.1392
Every format
| HEX | #445fcf |
| RGB | rgb(68, 95, 207) |
| HSL | hsl(228, 59%, 54%) |
| CMYK | cmyk(67%, 54%, 0%, 19%) |
| LAB | lab(44.1 26.6 -61.0) |
| LCH | lch(44.1 66.6 293.6) |
| OKLCH | oklch(0.528 0.175 269.3) |
Copy-ready code
/* CSS */
color: #445fcf;
background-color: #445fcf;
/* Tailwind (arbitrary) */
class="text-[#445fcf] bg-[#445fcf]"
/* SCSS */
$brand: #445fcf;
/* SwiftUI */
Color(red: 0.267, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#445fcf")Accessibility — WCAG contrast
Aa
#445fcf on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445fcf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green37.3%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#445fcf text on a black background
contrast 3.78:1
Card sample
#445fcf text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445fcf;
Background color
Panel with #445fcf background
background-color: #445fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445fcf; background: linear-gradient(135deg, #445fcf, #8644CF);