#4591f9
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 145, 249
HSL
215°, 94%, 62%
CMYK
72, 42, 0, 2
Luminance
0.2836
Every format
| HEX | #4591f9 |
| RGB | rgb(69, 145, 249) |
| HSL | hsl(215, 94%, 62%) |
| CMYK | cmyk(72%, 42%, 0%, 2%) |
| LAB | lab(60.2 10.7 -58.7) |
| LCH | lch(60.2 59.7 280.3) |
| OKLCH | oklch(0.660 0.172 257.0) |
Copy-ready code
/* CSS */
color: #4591f9;
background-color: #4591f9;
/* Tailwind (arbitrary) */
class="text-[#4591f9] bg-[#4591f9]"
/* SCSS */
$brand: #4591f9;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.976)
/* Android */
Color.parseColor("#4591f9")Accessibility — WCAG contrast
Aa
#4591f9 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591f9 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue97.6%
CMYK percentages
Cyan72.3%
Magenta41.8%
Yellow0.0%
Key (black)2.4%
Color previews
#4591f9 text on a black background
contrast 6.67:1
Card sample
#4591f9 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591f9;
Background color
Panel with #4591f9 background
background-color: #4591f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591f9; background: linear-gradient(135deg, #4591f9, #7145F9);