#7adce2
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 220, 226
HSL
184°, 64%, 68%
CMYK
46, 3, 0, 11
Luminance
0.6081
Every format
| HEX | #7adce2 |
| RGB | rgb(122, 220, 226) |
| HSL | hsl(184, 64%, 68%) |
| CMYK | cmyk(46%, 3%, 0%, 11%) |
| LAB | lab(82.3 -27.3 -11.9) |
| LCH | lch(82.3 29.8 203.6) |
| OKLCH | oklch(0.837 0.093 200.7) |
Copy-ready code
/* CSS */
color: #7adce2;
background-color: #7adce2;
/* Tailwind (arbitrary) */
class="text-[#7adce2] bg-[#7adce2]"
/* SCSS */
$brand: #7adce2;
/* SwiftUI */
Color(red: 0.478, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#7adce2")Accessibility — WCAG contrast
Aa
#7adce2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adce2 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.3%
Blue88.6%
CMYK percentages
Cyan46.0%
Magenta2.7%
Yellow0.0%
Key (black)11.4%
Color previews
#7adce2 text on a black background
contrast 13.16:1
Card sample
#7adce2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adce2;
Background color
Panel with #7adce2 background
background-color: #7adce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 220, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 220, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adce2; background: linear-gradient(135deg, #7adce2, #7A96E2);