#458afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 138, 253
HSL
218°, 98%, 63%
CMYK
73, 46, 0, 1
Luminance
0.2653
Every format
| HEX | #458afd |
| RGB | rgb(69, 138, 253) |
| HSL | hsl(218, 98%, 63%) |
| CMYK | cmyk(73%, 46%, 0%, 1%) |
| LAB | lab(58.5 16.4 -63.6) |
| LCH | lch(58.5 65.7 284.4) |
| OKLCH | oklch(0.648 0.185 260.0) |
Copy-ready code
/* CSS */
color: #458afd;
background-color: #458afd;
/* Tailwind (arbitrary) */
class="text-[#458afd] bg-[#458afd]"
/* SCSS */
$brand: #458afd;
/* SwiftUI */
Color(red: 0.271, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#458afd")Accessibility — WCAG contrast
Aa
#458afd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458afd on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green54.1%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#458afd text on a black background
contrast 6.31:1
Card sample
#458afd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458afd;
Background color
Panel with #458afd background
background-color: #458afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458afd; background: linear-gradient(135deg, #458afd, #7B45FD);