#7acce2
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 204, 226
HSL
193°, 64%, 68%
CMYK
46, 10, 0, 11
Luminance
0.5281
Every format
| HEX | #7acce2 |
| RGB | rgb(122, 204, 226) |
| HSL | hsl(193, 64%, 68%) |
| CMYK | cmyk(46%, 10%, 0%, 11%) |
| LAB | lab(77.8 -19.3 -18.7) |
| LCH | lch(77.8 26.9 224.1) |
| OKLCH | oklch(0.801 0.086 216.9) |
Copy-ready code
/* CSS */
color: #7acce2;
background-color: #7acce2;
/* Tailwind (arbitrary) */
class="text-[#7acce2] bg-[#7acce2]"
/* SCSS */
$brand: #7acce2;
/* SwiftUI */
Color(red: 0.478, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#7acce2")Accessibility — WCAG contrast
Aa
#7acce2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acce2 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.0%
Blue88.6%
CMYK percentages
Cyan46.0%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#7acce2 text on a black background
contrast 11.56:1
Card sample
#7acce2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acce2;
Background color
Panel with #7acce2 background
background-color: #7acce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acce2; background: linear-gradient(135deg, #7acce2, #7A87E2);