#7acce1
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 204, 225
HSL
192°, 63%, 68%
CMYK
46, 9, 0, 12
Luminance
0.5276
Every format
| HEX | #7acce1 |
| RGB | rgb(122, 204, 225) |
| HSL | hsl(192, 63%, 68%) |
| CMYK | cmyk(46%, 9%, 0%, 12%) |
| LAB | lab(77.7 -19.6 -18.2) |
| LCH | lch(77.7 26.7 222.9) |
| OKLCH | oklch(0.800 0.085 216.1) |
Copy-ready code
/* CSS */
color: #7acce1;
background-color: #7acce1;
/* Tailwind (arbitrary) */
class="text-[#7acce1] bg-[#7acce1]"
/* SCSS */
$brand: #7acce1;
/* SwiftUI */
Color(red: 0.478, green: 0.800, blue: 0.882)
/* Android */
Color.parseColor("#7acce1")Accessibility — WCAG contrast
Aa
#7acce1 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acce1 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.0%
Blue88.2%
CMYK percentages
Cyan45.8%
Magenta9.3%
Yellow0.0%
Key (black)11.8%
Color previews
#7acce1 text on a black background
contrast 11.55:1
Card sample
#7acce1 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acce1;
Background color
Panel with #7acce1 background
background-color: #7acce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 204, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 204, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acce1; background: linear-gradient(135deg, #7acce1, #7A87E1);