#4591fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 145, 252
HSL
215°, 97%, 63%
CMYK
73, 43, 0, 1
Luminance
0.2854
Every format
| HEX | #4591fc |
| RGB | rgb(69, 145, 252) |
| HSL | hsl(215, 97%, 63%) |
| CMYK | cmyk(73%, 43%, 0%, 1%) |
| LAB | lab(60.4 11.8 -60.1) |
| LCH | lch(60.4 61.2 281.1) |
| OKLCH | oklch(0.662 0.176 257.5) |
Copy-ready code
/* CSS */
color: #4591fc;
background-color: #4591fc;
/* Tailwind (arbitrary) */
class="text-[#4591fc] bg-[#4591fc]"
/* SCSS */
$brand: #4591fc;
/* SwiftUI */
Color(red: 0.271, green: 0.569, blue: 0.988)
/* Android */
Color.parseColor("#4591fc")Accessibility — WCAG contrast
Aa
#4591fc on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4591fc on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.9%
Blue98.8%
CMYK percentages
Cyan72.6%
Magenta42.5%
Yellow0.0%
Key (black)1.2%
Color previews
#4591fc text on a black background
contrast 6.71:1
Card sample
#4591fc text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4591fc;
Background color
Panel with #4591fc background
background-color: #4591fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4591fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 145, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 145, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4591fc; background: linear-gradient(135deg, #4591fc, #7345FC);