#46abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
70, 171, 253
HSL
207°, 98%, 63%
CMYK
72, 32, 0, 1
Luminance
0.3752
Every format
| HEX | #46abfd |
| RGB | rgb(70, 171, 253) |
| HSL | hsl(207, 98%, 63%) |
| CMYK | cmyk(72%, 32%, 0%, 1%) |
| LAB | lab(67.7 -2.9 -49.1) |
| LCH | lch(67.7 49.1 266.6) |
| OKLCH | oklch(0.719 0.152 246.7) |
Copy-ready code
/* CSS */
color: #46abfd;
background-color: #46abfd;
/* Tailwind (arbitrary) */
class="text-[#46abfd] bg-[#46abfd]"
/* SCSS */
$brand: #46abfd;
/* SwiftUI */
Color(red: 0.275, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#46abfd")Accessibility — WCAG contrast
Aa
#46abfd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46abfd on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.1%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#46abfd text on a black background
contrast 8.50:1
Card sample
#46abfd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46abfd;
Background color
Panel with #46abfd background
background-color: #46abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46abfd; background: linear-gradient(135deg, #46abfd, #5B46FD);