#75acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
117, 172, 253
HSL
216°, 97%, 73%
CMYK
54, 32, 0, 1
Luminance
0.4038
Every format
| HEX | #75acfd |
| RGB | rgb(117, 172, 253) |
| HSL | hsl(216, 97%, 73%) |
| CMYK | cmyk(54%, 32%, 0%, 1%) |
| LAB | lab(69.7 4.5 -45.7) |
| LCH | lch(69.7 45.9 275.7) |
| OKLCH | oklch(0.740 0.132 257.9) |
Copy-ready code
/* CSS */
color: #75acfd;
background-color: #75acfd;
/* Tailwind (arbitrary) */
class="text-[#75acfd] bg-[#75acfd]"
/* SCSS */
$brand: #75acfd;
/* SwiftUI */
Color(red: 0.459, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#75acfd")Accessibility — WCAG contrast
Aa
#75acfd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75acfd on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green67.5%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#75acfd text on a black background
contrast 9.08:1
Card sample
#75acfd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75acfd;
Background color
Panel with #75acfd background
background-color: #75acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75acfd; background: linear-gradient(135deg, #75acfd, #9875FD);