#7adcfd
a light, electric cyan · cool · closest name: skyblue
RGB
122, 220, 253
HSL
195°, 97%, 74%
CMYK
52, 13, 0, 1
Luminance
0.6242
Every format
| HEX | #7adcfd |
| RGB | rgb(122, 220, 253) |
| HSL | hsl(195, 97%, 74%) |
| CMYK | cmyk(52%, 13%, 0%, 1%) |
| LAB | lab(83.1 -20.1 -24.9) |
| LCH | lch(83.1 32.0 231.2) |
| OKLCH | oklch(0.847 0.103 222.1) |
Copy-ready code
/* CSS */
color: #7adcfd;
background-color: #7adcfd;
/* Tailwind (arbitrary) */
class="text-[#7adcfd] bg-[#7adcfd]"
/* SCSS */
$brand: #7adcfd;
/* SwiftUI */
Color(red: 0.478, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#7adcfd")Accessibility — WCAG contrast
Aa
#7adcfd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adcfd on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.3%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7adcfd text on a black background
contrast 13.48:1
Card sample
#7adcfd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adcfd;
Background color
Panel with #7adcfd background
background-color: #7adcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adcfd; background: linear-gradient(135deg, #7adcfd, #7A85FD);