#45acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 172, 253
HSL
206°, 98%, 63%
CMYK
73, 32, 0, 1
Luminance
0.3786
Every format
| HEX | #45acfd |
| RGB | rgb(69, 172, 253) |
| HSL | hsl(206, 98%, 63%) |
| CMYK | cmyk(73%, 32%, 0%, 1%) |
| LAB | lab(67.9 -3.6 -48.7) |
| LCH | lch(67.9 48.8 265.8) |
| OKLCH | oklch(0.721 0.151 246.0) |
Copy-ready code
/* CSS */
color: #45acfd;
background-color: #45acfd;
/* Tailwind (arbitrary) */
class="text-[#45acfd] bg-[#45acfd]"
/* SCSS */
$brand: #45acfd;
/* SwiftUI */
Color(red: 0.271, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#45acfd")Accessibility — WCAG contrast
Aa
#45acfd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45acfd on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green67.5%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#45acfd text on a black background
contrast 8.57:1
Card sample
#45acfd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45acfd;
Background color
Panel with #45acfd background
background-color: #45acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45acfd; background: linear-gradient(135deg, #45acfd, #5845FD);