#4444cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
68, 68, 204
HSL
240°, 57%, 53%
CMYK
67, 67, 0, 20
Luminance
0.0972
Every format
| HEX | #4444cc |
| RGB | rgb(68, 68, 204) |
| HSL | hsl(240, 57%, 53%) |
| CMYK | cmyk(67%, 67%, 0%, 20%) |
| LAB | lab(37.3 42.4 -70.3) |
| LCH | lch(37.3 82.1 301.1) |
| OKLCH | oklch(0.477 0.204 275.4) |
Copy-ready code
/* CSS */
color: #4444cc;
background-color: #4444cc;
/* Tailwind (arbitrary) */
class="text-[#4444cc] bg-[#4444cc]"
/* SCSS */
$brand: #4444cc;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#4444cc")Accessibility — WCAG contrast
Aa
#4444cc on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4444cc on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue80.0%
CMYK percentages
Cyan66.7%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#4444cc text on a black background
contrast 2.94:1
Card sample
#4444cc text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4444cc;
Background color
Panel with #4444cc background
background-color: #4444cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4444cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4444cc; background: linear-gradient(135deg, #4444cc, #9F44CC);