#7adcff
a light, electric cyan · cool · closest name: skyblue
RGB
122, 220, 255
HSL
196°, 100%, 74%
CMYK
52, 14, 0, 0
Luminance
0.6254
Every format
| HEX | #7adcff |
| RGB | rgb(122, 220, 255) |
| HSL | hsl(196, 100%, 74%) |
| CMYK | cmyk(52%, 14%, 0%, 0%) |
| LAB | lab(83.2 -19.5 -25.9) |
| LCH | lch(83.2 32.4 233.0) |
| OKLCH | oklch(0.847 0.104 223.5) |
Copy-ready code
/* CSS */
color: #7adcff;
background-color: #7adcff;
/* Tailwind (arbitrary) */
class="text-[#7adcff] bg-[#7adcff]"
/* SCSS */
$brand: #7adcff;
/* SwiftUI */
Color(red: 0.478, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#7adcff")Accessibility — WCAG contrast
Aa
#7adcff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adcff on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.3%
Blue100.0%
CMYK percentages
Cyan52.2%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#7adcff text on a black background
contrast 13.51:1
Card sample
#7adcff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adcff;
Background color
Panel with #7adcff background
background-color: #7adcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adcff; background: linear-gradient(135deg, #7adcff, #7A83FF);