#445daf
a balanced, soft blue · warm · closest name: royalblue
RGB
68, 93, 175
HSL
226°, 44%, 48%
CMYK
61, 47, 0, 31
Luminance
0.1215
Every format
| HEX | #445daf |
| RGB | rgb(68, 93, 175) |
| HSL | hsl(226, 44%, 48%) |
| CMYK | cmyk(61%, 47%, 0%, 31%) |
| LAB | lab(41.5 16.6 -46.7) |
| LCH | lch(41.5 49.6 289.6) |
| OKLCH | oklch(0.501 0.133 268.5) |
Copy-ready code
/* CSS */
color: #445daf;
background-color: #445daf;
/* Tailwind (arbitrary) */
class="text-[#445daf] bg-[#445daf]"
/* SCSS */
$brand: #445daf;
/* SwiftUI */
Color(red: 0.267, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#445daf")Accessibility — WCAG contrast
Aa
#445daf on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445daf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.5%
Blue68.6%
CMYK percentages
Cyan61.1%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#445daf text on a black background
contrast 3.43:1
Card sample
#445daf text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445daf;
Background color
Panel with #445daf background
background-color: #445daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445daf; background: linear-gradient(135deg, #445daf, #7244AF);