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