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