#447fff
a balanced, electric blue · cool · closest name: royalblue
RGB
68, 127, 255
HSL
221°, 100%, 63%
CMYK
73, 50, 0, 0
Luminance
0.2363
Every format
| HEX | #447fff |
| RGB | rgb(68, 127, 255) |
| HSL | hsl(221, 100%, 63%) |
| CMYK | cmyk(73%, 50%, 0%, 0%) |
| LAB | lab(55.7 23.7 -69.3) |
| LCH | lch(55.7 73.2 288.9) |
| OKLCH | oklch(0.626 0.201 263.2) |
Copy-ready code
/* CSS */
color: #447fff;
background-color: #447fff;
/* Tailwind (arbitrary) */
class="text-[#447fff] bg-[#447fff]"
/* SCSS */
$brand: #447fff;
/* SwiftUI */
Color(red: 0.267, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#447fff")Accessibility — WCAG contrast
Aa
#447fff on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#447fff on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green49.8%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#447fff text on a black background
contrast 5.73:1
Card sample
#447fff text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447fff;
Background color
Panel with #447fff background
background-color: #447fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447fff; background: linear-gradient(135deg, #447fff, #8644FF);