#4447ff
a balanced, electric blue · warm · closest name: blue
RGB
68, 71, 255
HSL
239°, 100%, 63%
CMYK
73, 72, 0, 0
Luminance
0.1296
Every format
| HEX | #4447ff |
| RGB | rgb(68, 71, 255) |
| HSL | hsl(239, 100%, 63%) |
| CMYK | cmyk(73%, 72%, 0%, 0%) |
| LAB | lab(42.7 57.1 -90.5) |
| LCH | lch(42.7 107.0 302.3) |
| OKLCH | oklch(0.530 0.262 272.3) |
Copy-ready code
/* CSS */
color: #4447ff;
background-color: #4447ff;
/* Tailwind (arbitrary) */
class="text-[#4447ff] bg-[#4447ff]"
/* SCSS */
$brand: #4447ff;
/* SwiftUI */
Color(red: 0.267, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#4447ff")Accessibility — WCAG contrast
Aa
#4447ff on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4447ff on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green27.8%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4447ff text on a black background
contrast 3.59:1
Card sample
#4447ff text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4447ff;
Background color
Panel with #4447ff background
background-color: #4447ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4447ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4447ff; background: linear-gradient(135deg, #4447ff, #BD44FF);