#4aacfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
74, 172, 253
HSL
207°, 98%, 64%
CMYK
71, 32, 0, 1
Luminance
0.3805
Every format
| HEX | #4aacfd |
| RGB | rgb(74, 172, 253) |
| HSL | hsl(207, 98%, 64%) |
| CMYK | cmyk(71%, 32%, 0%, 1%) |
| LAB | lab(68.1 -2.9 -48.4) |
| LCH | lch(68.1 48.5 266.6) |
| OKLCH | oklch(0.722 0.149 246.9) |
Copy-ready code
/* CSS */
color: #4aacfd;
background-color: #4aacfd;
/* Tailwind (arbitrary) */
class="text-[#4aacfd] bg-[#4aacfd]"
/* SCSS */
$brand: #4aacfd;
/* SwiftUI */
Color(red: 0.290, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#4aacfd")Accessibility — WCAG contrast
Aa
#4aacfd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aacfd on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green67.5%
Blue99.2%
CMYK percentages
Cyan70.8%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#4aacfd text on a black background
contrast 8.61:1
Card sample
#4aacfd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aacfd;
Background color
Panel with #4aacfd background
background-color: #4aacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aacfd; background: linear-gradient(135deg, #4aacfd, #5F4AFD);