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