#4482ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 130, 238
HSL
218°, 83%, 60%
CMYK
71, 45, 0, 7
Luminance
0.2337
Every format
| HEX | #4482ee |
| RGB | rgb(68, 130, 238) |
| HSL | hsl(218, 83%, 60%) |
| CMYK | cmyk(71%, 45%, 0%, 7%) |
| LAB | lab(55.5 15.8 -60.3) |
| LCH | lch(55.5 62.3 284.7) |
| OKLCH | oklch(0.621 0.175 260.6) |
Copy-ready code
/* CSS */
color: #4482ee;
background-color: #4482ee;
/* Tailwind (arbitrary) */
class="text-[#4482ee] bg-[#4482ee]"
/* SCSS */
$brand: #4482ee;
/* SwiftUI */
Color(red: 0.267, green: 0.510, blue: 0.933)
/* Android */
Color.parseColor("#4482ee")Accessibility — WCAG contrast
Aa
#4482ee on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4482ee on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green51.0%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta45.4%
Yellow0.0%
Key (black)6.7%
Color previews
#4482ee text on a black background
contrast 5.67:1
Card sample
#4482ee text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4482ee;
Background color
Panel with #4482ee background
background-color: #4482ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4482ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 130, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 130, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4482ee; background: linear-gradient(135deg, #4482ee, #7744EE);