#7acaf2
a light, electric blue · cool · closest name: skyblue
RGB
122, 202, 242
HSL
200°, 82%, 71%
CMYK
50, 17, 0, 5
Luminance
0.5279
Every format
| HEX | #7acaf2 |
| RGB | rgb(122, 202, 242) |
| HSL | hsl(200, 82%, 71%) |
| CMYK | cmyk(50%, 17%, 0%, 5%) |
| LAB | lab(77.8 -13.9 -27.3) |
| LCH | lch(77.8 30.6 243.0) |
| OKLCH | oklch(0.802 0.097 231.4) |
Copy-ready code
/* CSS */
color: #7acaf2;
background-color: #7acaf2;
/* Tailwind (arbitrary) */
class="text-[#7acaf2] bg-[#7acaf2]"
/* SCSS */
$brand: #7acaf2;
/* SwiftUI */
Color(red: 0.478, green: 0.792, blue: 0.949)
/* Android */
Color.parseColor("#7acaf2")Accessibility — WCAG contrast
Aa
#7acaf2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acaf2 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.2%
Blue94.9%
CMYK percentages
Cyan49.6%
Magenta16.5%
Yellow0.0%
Key (black)5.1%
Color previews
#7acaf2 text on a black background
contrast 11.56:1
Card sample
#7acaf2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acaf2;
Background color
Panel with #7acaf2 background
background-color: #7acaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 202, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 202, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acaf2; background: linear-gradient(135deg, #7acaf2, #7A7AF2);