#7acaf4
a light, electric blue · cool · closest name: skyblue
RGB
122, 202, 244
HSL
201°, 85%, 72%
CMYK
50, 17, 0, 4
Luminance
0.5291
Every format
| HEX | #7acaf4 |
| RGB | rgb(122, 202, 244) |
| HSL | hsl(201, 85%, 72%) |
| CMYK | cmyk(50%, 17%, 0%, 4%) |
| LAB | lab(77.8 -13.3 -28.3) |
| LCH | lch(77.8 31.3 244.7) |
| OKLCH | oklch(0.803 0.099 232.8) |
Copy-ready code
/* CSS */
color: #7acaf4;
background-color: #7acaf4;
/* Tailwind (arbitrary) */
class="text-[#7acaf4] bg-[#7acaf4]"
/* SCSS */
$brand: #7acaf4;
/* SwiftUI */
Color(red: 0.478, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#7acaf4")Accessibility — WCAG contrast
Aa
#7acaf4 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acaf4 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.2%
Blue95.7%
CMYK percentages
Cyan50.0%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#7acaf4 text on a black background
contrast 11.58:1
Card sample
#7acaf4 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acaf4;
Background color
Panel with #7acaf4 background
background-color: #7acaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acaf4; background: linear-gradient(135deg, #7acaf4, #7C7AF4);