#48adfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
72, 173, 253
HSL
207°, 98%, 64%
CMYK
72, 32, 0, 1
Luminance
0.3836
Every format
| HEX | #48adfd |
| RGB | rgb(72, 173, 253) |
| HSL | hsl(207, 98%, 64%) |
| CMYK | cmyk(72%, 32%, 0%, 1%) |
| LAB | lab(68.3 -3.7 -48.1) |
| LCH | lch(68.3 48.2 265.6) |
| OKLCH | oklch(0.724 0.149 246.0) |
Copy-ready code
/* CSS */
color: #48adfd;
background-color: #48adfd;
/* Tailwind (arbitrary) */
class="text-[#48adfd] bg-[#48adfd]"
/* SCSS */
$brand: #48adfd;
/* SwiftUI */
Color(red: 0.282, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#48adfd")Accessibility — WCAG contrast
Aa
#48adfd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48adfd on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green67.8%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#48adfd text on a black background
contrast 8.67:1
Card sample
#48adfd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48adfd;
Background color
Panel with #48adfd background
background-color: #48adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48adfd; background: linear-gradient(135deg, #48adfd, #5C48FD);