#447fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
68, 127, 223
HSL
217°, 71%, 57%
CMYK
70, 43, 0, 13
Luminance
0.2174
Every format
| HEX | #447fdf |
| RGB | rgb(68, 127, 223) |
| HSL | hsl(217, 71%, 57%) |
| CMYK | cmyk(70%, 43%, 0%, 13%) |
| LAB | lab(53.7 12.3 -54.6) |
| LCH | lch(53.7 56.0 282.7) |
| OKLCH | oklch(0.605 0.159 259.7) |
Copy-ready code
/* CSS */
color: #447fdf;
background-color: #447fdf;
/* Tailwind (arbitrary) */
class="text-[#447fdf] bg-[#447fdf]"
/* SCSS */
$brand: #447fdf;
/* SwiftUI */
Color(red: 0.267, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#447fdf")Accessibility — WCAG contrast
Aa
#447fdf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#447fdf on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#447fdf text on a black background
contrast 5.35:1
Card sample
#447fdf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447fdf;
Background color
Panel with #447fdf background
background-color: #447fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447fdf; background: linear-gradient(135deg, #447fdf, #7144DF);