#7acaf8
a light, electric blue · cool · closest name: skyblue
RGB
122, 202, 248
HSL
202°, 90%, 73%
CMYK
51, 19, 0, 3
Luminance
0.5316
Every format
| HEX | #7acaf8 |
| RGB | rgb(122, 202, 248) |
| HSL | hsl(202, 90%, 73%) |
| CMYK | cmyk(51%, 19%, 0%, 3%) |
| LAB | lab(78.0 -12.2 -30.2) |
| LCH | lch(78.0 32.6 248.0) |
| OKLCH | oklch(0.805 0.102 235.2) |
Copy-ready code
/* CSS */
color: #7acaf8;
background-color: #7acaf8;
/* Tailwind (arbitrary) */
class="text-[#7acaf8] bg-[#7acaf8]"
/* SCSS */
$brand: #7acaf8;
/* SwiftUI */
Color(red: 0.478, green: 0.792, blue: 0.973)
/* Android */
Color.parseColor("#7acaf8")Accessibility — WCAG contrast
Aa
#7acaf8 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acaf8 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.2%
Blue97.3%
CMYK percentages
Cyan50.8%
Magenta18.5%
Yellow0.0%
Key (black)2.7%
Color previews
#7acaf8 text on a black background
contrast 11.63:1
Card sample
#7acaf8 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acaf8;
Background color
Panel with #7acaf8 background
background-color: #7acaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 202, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 202, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acaf8; background: linear-gradient(135deg, #7acaf8, #7E7AF8);