#4484cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 132, 207
HSL
212°, 59%, 54%
CMYK
67, 36, 0, 19
Luminance
0.2224
Every format
| HEX | #4484cf |
| RGB | rgb(68, 132, 207) |
| HSL | hsl(212, 59%, 54%) |
| CMYK | cmyk(67%, 36%, 0%, 19%) |
| LAB | lab(54.3 3.6 -44.8) |
| LCH | lch(54.3 44.9 274.6) |
| OKLCH | oklch(0.606 0.132 253.9) |
Copy-ready code
/* CSS */
color: #4484cf;
background-color: #4484cf;
/* Tailwind (arbitrary) */
class="text-[#4484cf] bg-[#4484cf]"
/* SCSS */
$brand: #4484cf;
/* SwiftUI */
Color(red: 0.267, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#4484cf")Accessibility — WCAG contrast
Aa
#4484cf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4484cf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green51.8%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#4484cf text on a black background
contrast 5.45:1
Card sample
#4484cf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4484cf;
Background color
Panel with #4484cf background
background-color: #4484cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4484cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4484cf; background: linear-gradient(135deg, #4484cf, #6144CF);