#445baf
a balanced, soft blue · warm · closest name: royalblue
RGB
68, 91, 175
HSL
227°, 44%, 48%
CMYK
61, 48, 0, 31
Luminance
0.1181
Every format
| HEX | #445baf |
| RGB | rgb(68, 91, 175) |
| HSL | hsl(227, 44%, 48%) |
| CMYK | cmyk(61%, 48%, 0%, 31%) |
| LAB | lab(40.9 17.9 -47.6) |
| LCH | lch(40.9 50.9 290.6) |
| OKLCH | oklch(0.497 0.136 269.4) |
Copy-ready code
/* CSS */
color: #445baf;
background-color: #445baf;
/* Tailwind (arbitrary) */
class="text-[#445baf] bg-[#445baf]"
/* SCSS */
$brand: #445baf;
/* SwiftUI */
Color(red: 0.267, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#445baf")Accessibility — WCAG contrast
Aa
#445baf on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445baf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green35.7%
Blue68.6%
CMYK percentages
Cyan61.1%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#445baf text on a black background
contrast 3.36:1
Card sample
#445baf text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445baf;
Background color
Panel with #445baf background
background-color: #445baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445baf; background: linear-gradient(135deg, #445baf, #7444AF);