#7ac6fd
a light, electric blue · cool · closest name: skyblue
RGB
122, 198, 253
HSL
205°, 97%, 74%
CMYK
52, 22, 0, 1
Luminance
0.5162
Every format
| HEX | #7ac6fd |
| RGB | rgb(122, 198, 253) |
| HSL | hsl(205, 97%, 74%) |
| CMYK | cmyk(52%, 22%, 0%, 1%) |
| LAB | lab(77.0 -8.7 -34.3) |
| LCH | lch(77.0 35.4 255.8) |
| OKLCH | oklch(0.798 0.109 241.4) |
Copy-ready code
/* CSS */
color: #7ac6fd;
background-color: #7ac6fd;
/* Tailwind (arbitrary) */
class="text-[#7ac6fd] bg-[#7ac6fd]"
/* SCSS */
$brand: #7ac6fd;
/* SwiftUI */
Color(red: 0.478, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#7ac6fd")Accessibility — WCAG contrast
Aa
#7ac6fd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac6fd on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green77.6%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7ac6fd text on a black background
contrast 11.32:1
Card sample
#7ac6fd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac6fd;
Background color
Panel with #7ac6fd background
background-color: #7ac6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac6fd; background: linear-gradient(135deg, #7ac6fd, #857AFD);