#459afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 154, 253
HSL
212°, 98%, 63%
CMYK
73, 39, 0, 1
Luminance
0.3147
Every format
| HEX | #459afd |
| RGB | rgb(69, 154, 253) |
| HSL | hsl(212, 98%, 63%) |
| CMYK | cmyk(73%, 39%, 0%, 1%) |
| LAB | lab(62.9 6.8 -56.6) |
| LCH | lch(62.9 57.0 276.8) |
| OKLCH | oklch(0.681 0.168 254.3) |
Copy-ready code
/* CSS */
color: #459afd;
background-color: #459afd;
/* Tailwind (arbitrary) */
class="text-[#459afd] bg-[#459afd]"
/* SCSS */
$brand: #459afd;
/* SwiftUI */
Color(red: 0.271, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#459afd")Accessibility — WCAG contrast
Aa
#459afd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#459afd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green60.4%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#459afd text on a black background
contrast 7.29:1
Card sample
#459afd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459afd;
Background color
Panel with #459afd background
background-color: #459afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459afd; background: linear-gradient(135deg, #459afd, #6B45FD);