#7faafd
a light, electric blue · cool · closest name: dodgerblue
RGB
127, 170, 253
HSL
220°, 97%, 75%
CMYK
50, 33, 0, 1
Luminance
0.4035
Every format
| HEX | #7faafd |
| RGB | rgb(127, 170, 253) |
| HSL | hsl(220, 97%, 75%) |
| CMYK | cmyk(50%, 33%, 0%, 1%) |
| LAB | lab(69.7 7.9 -45.7) |
| LCH | lch(69.7 46.3 279.8) |
| OKLCH | oklch(0.741 0.130 262.7) |
Copy-ready code
/* CSS */
color: #7faafd;
background-color: #7faafd;
/* Tailwind (arbitrary) */
class="text-[#7faafd] bg-[#7faafd]"
/* SCSS */
$brand: #7faafd;
/* SwiftUI */
Color(red: 0.498, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#7faafd")Accessibility — WCAG contrast
Aa
#7faafd on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faafd on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green66.7%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#7faafd text on a black background
contrast 9.07:1
Card sample
#7faafd text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faafd;
Background color
Panel with #7faafd background
background-color: #7faafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faafd; background: linear-gradient(135deg, #7faafd, #A87FFD);