#45aefd
a balanced, electric blue · cool · closest name: steelblue
RGB
69, 174, 253
HSL
206°, 98%, 63%
CMYK
73, 31, 0, 1
Luminance
0.3863
Every format
| HEX | #45aefd |
| RGB | rgb(69, 174, 253) |
| HSL | hsl(206, 98%, 63%) |
| CMYK | cmyk(73%, 31%, 0%, 1%) |
| LAB | lab(68.5 -4.7 -47.8) |
| LCH | lch(68.5 48.0 264.4) |
| OKLCH | oklch(0.725 0.149 245.0) |
Copy-ready code
/* CSS */
color: #45aefd;
background-color: #45aefd;
/* Tailwind (arbitrary) */
class="text-[#45aefd] bg-[#45aefd]"
/* SCSS */
$brand: #45aefd;
/* SwiftUI */
Color(red: 0.271, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#45aefd")Accessibility — WCAG contrast
Aa
#45aefd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45aefd on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green68.2%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#45aefd text on a black background
contrast 8.73:1
Card sample
#45aefd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45aefd;
Background color
Panel with #45aefd background
background-color: #45aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45aefd; background: linear-gradient(135deg, #45aefd, #5745FD);