#4499ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 153, 255
HSL
213°, 100%, 63%
CMYK
73, 40, 0, 0
Luminance
0.3123
Every format
| HEX | #4499ff |
| RGB | rgb(68, 153, 255) |
| HSL | hsl(213, 100%, 63%) |
| CMYK | cmyk(73%, 40%, 0%, 0%) |
| LAB | lab(62.7 8.0 -58.0) |
| LCH | lch(62.7 58.6 277.8) |
| OKLCH | oklch(0.680 0.172 254.9) |
Copy-ready code
/* CSS */
color: #4499ff;
background-color: #4499ff;
/* Tailwind (arbitrary) */
class="text-[#4499ff] bg-[#4499ff]"
/* SCSS */
$brand: #4499ff;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#4499ff")Accessibility — WCAG contrast
Aa
#4499ff on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4499ff on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4499ff text on a black background
contrast 7.25:1
Card sample
#4499ff text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4499ff;
Background color
Panel with #4499ff background
background-color: #4499ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4499ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4499ff; background: linear-gradient(135deg, #4499ff, #6B44FF);