#446fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
68, 111, 223
HSL
223°, 71%, 57%
CMYK
70, 50, 0, 13
Luminance
0.1793
Every format
| HEX | #446fdf |
| RGB | rgb(68, 111, 223) |
| HSL | hsl(223, 71%, 57%) |
| CMYK | cmyk(70%, 50%, 0%, 13%) |
| LAB | lab(49.4 22.2 -61.6) |
| LCH | lch(49.4 65.5 289.8) |
| OKLCH | oklch(0.572 0.177 265.3) |
Copy-ready code
/* CSS */
color: #446fdf;
background-color: #446fdf;
/* Tailwind (arbitrary) */
class="text-[#446fdf] bg-[#446fdf]"
/* SCSS */
$brand: #446fdf;
/* SwiftUI */
Color(red: 0.267, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#446fdf")Accessibility — WCAG contrast
Aa
#446fdf on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446fdf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#446fdf text on a black background
contrast 4.59:1
Card sample
#446fdf text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446fdf;
Background color
Panel with #446fdf background
background-color: #446fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446fdf; background: linear-gradient(135deg, #446fdf, #8144DF);