#7faaff
a light, electric blue · cool · closest name: dodgerblue
RGB
127, 170, 255
HSL
220°, 100%, 75%
CMYK
50, 33, 0, 0
Luminance
0.4048
Every format
| HEX | #7faaff |
| RGB | rgb(127, 170, 255) |
| HSL | hsl(220, 100%, 75%) |
| CMYK | cmyk(50%, 33%, 0%, 0%) |
| LAB | lab(69.8 8.4 -46.6) |
| LCH | lch(69.8 47.4 280.3) |
| OKLCH | oklch(0.742 0.132 263.1) |
Copy-ready code
/* CSS */
color: #7faaff;
background-color: #7faaff;
/* Tailwind (arbitrary) */
class="text-[#7faaff] bg-[#7faaff]"
/* SCSS */
$brand: #7faaff;
/* SwiftUI */
Color(red: 0.498, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#7faaff")Accessibility — WCAG contrast
Aa
#7faaff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faaff on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green66.7%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#7faaff text on a black background
contrast 9.10:1
Card sample
#7faaff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faaff;
Background color
Panel with #7faaff background
background-color: #7faaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faaff; background: linear-gradient(135deg, #7faaff, #A97FFF);