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