#4499ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 153, 238
HSL
210°, 83%, 60%
CMYK
71, 36, 0, 7
Luminance
0.3018
Every format
| HEX | #4499ee |
| RGB | rgb(68, 153, 238) |
| HSL | hsl(210, 83%, 60%) |
| CMYK | cmyk(71%, 36%, 0%, 7%) |
| LAB | lab(61.8 2.0 -50.1) |
| LCH | lch(61.8 50.1 272.3) |
| OKLCH | oklch(0.670 0.151 251.1) |
Copy-ready code
/* CSS */
color: #4499ee;
background-color: #4499ee;
/* Tailwind (arbitrary) */
class="text-[#4499ee] bg-[#4499ee]"
/* SCSS */
$brand: #4499ee;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#4499ee")Accessibility — WCAG contrast
Aa
#4499ee on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4499ee on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#4499ee text on a black background
contrast 7.04:1
Card sample
#4499ee text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4499ee;
Background color
Panel with #4499ee background
background-color: #4499ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4499ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4499ee; background: linear-gradient(135deg, #4499ee, #6044EE);