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