#7ac1fd
a light, electric blue · cool · closest name: skyblue
RGB
122, 193, 253
HSL
208°, 97%, 74%
CMYK
52, 24, 0, 1
Luminance
0.4937
Every format
| HEX | #7ac1fd |
| RGB | rgb(122, 193, 253) |
| HSL | hsl(208, 97%, 74%) |
| CMYK | cmyk(52%, 24%, 0%, 1%) |
| LAB | lab(75.7 -6.0 -36.4) |
| LCH | lch(75.7 36.9 260.7) |
| OKLCH | oklch(0.787 0.112 245.4) |
Copy-ready code
/* CSS */
color: #7ac1fd;
background-color: #7ac1fd;
/* Tailwind (arbitrary) */
class="text-[#7ac1fd] bg-[#7ac1fd]"
/* SCSS */
$brand: #7ac1fd;
/* SwiftUI */
Color(red: 0.478, green: 0.757, blue: 0.992)
/* Android */
Color.parseColor("#7ac1fd")Accessibility — WCAG contrast
Aa
#7ac1fd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac1fd on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green75.7%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta23.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7ac1fd text on a black background
contrast 10.87:1
Card sample
#7ac1fd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac1fd;
Background color
Panel with #7ac1fd background
background-color: #7ac1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 193, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 193, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac1fd; background: linear-gradient(135deg, #7ac1fd, #8A7AFD);