#458dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 141, 253
HSL
217°, 98%, 63%
CMYK
73, 44, 0, 1
Luminance
0.2741
Every format
| HEX | #458dfd |
| RGB | rgb(69, 141, 253) |
| HSL | hsl(217, 98%, 63%) |
| CMYK | cmyk(73%, 44%, 0%, 1%) |
| LAB | lab(59.4 14.5 -62.3) |
| LCH | lch(59.4 64.0 283.1) |
| OKLCH | oklch(0.654 0.182 259.1) |
Copy-ready code
/* CSS */
color: #458dfd;
background-color: #458dfd;
/* Tailwind (arbitrary) */
class="text-[#458dfd] bg-[#458dfd]"
/* SCSS */
$brand: #458dfd;
/* SwiftUI */
Color(red: 0.271, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#458dfd")Accessibility — WCAG contrast
Aa
#458dfd on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458dfd on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green55.3%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#458dfd text on a black background
contrast 6.48:1
Card sample
#458dfd text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458dfd;
Background color
Panel with #458dfd background
background-color: #458dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458dfd; background: linear-gradient(135deg, #458dfd, #7745FD);