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