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