#4faafd
a light, electric blue · cool · closest name: dodgerblue
RGB
79, 170, 253
HSL
209°, 98%, 65%
CMYK
69, 33, 0, 1
Luminance
0.3750
Every format
| HEX | #4faafd |
| RGB | rgb(79, 170, 253) |
| HSL | hsl(209, 98%, 65%) |
| CMYK | cmyk(69%, 33%, 0%, 1%) |
| LAB | lab(67.7 -1.1 -49.1) |
| LCH | lch(67.7 49.1 268.7) |
| OKLCH | oklch(0.720 0.149 248.8) |
Copy-ready code
/* CSS */
color: #4faafd;
background-color: #4faafd;
/* Tailwind (arbitrary) */
class="text-[#4faafd] bg-[#4faafd]"
/* SCSS */
$brand: #4faafd;
/* SwiftUI */
Color(red: 0.310, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#4faafd")Accessibility — WCAG contrast
Aa
#4faafd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4faafd on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green66.7%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#4faafd text on a black background
contrast 8.50:1
Card sample
#4faafd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4faafd;
Background color
Panel with #4faafd background
background-color: #4faafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4faafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4faafd; background: linear-gradient(135deg, #4faafd, #684FFD);