#446acf
a balanced, vivid blue · cool · closest name: royalblue
RGB
68, 106, 207
HSL
224°, 59%, 54%
CMYK
67, 49, 0, 19
Luminance
0.1604
Every format
| HEX | #446acf |
| RGB | rgb(68, 106, 207) |
| HSL | hsl(224, 59%, 54%) |
| CMYK | cmyk(67%, 49%, 0%, 19%) |
| LAB | lab(47.0 19.6 -56.3) |
| LCH | lch(47.0 59.6 289.2) |
| OKLCH | oklch(0.550 0.162 265.8) |
Copy-ready code
/* CSS */
color: #446acf;
background-color: #446acf;
/* Tailwind (arbitrary) */
class="text-[#446acf] bg-[#446acf]"
/* SCSS */
$brand: #446acf;
/* SwiftUI */
Color(red: 0.267, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#446acf")Accessibility — WCAG contrast
Aa
#446acf on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446acf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green41.6%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#446acf text on a black background
contrast 4.21:1
Card sample
#446acf text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446acf;
Background color
Panel with #446acf background
background-color: #446acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446acf; background: linear-gradient(135deg, #446acf, #7B44CF);