#7adefc
a light, electric cyan · cool · closest name: skyblue
RGB
122, 222, 252
HSL
194°, 96%, 73%
CMYK
52, 12, 0, 1
Luminance
0.6341
Every format
| HEX | #7adefc |
| RGB | rgb(122, 222, 252) |
| HSL | hsl(194, 96%, 73%) |
| CMYK | cmyk(52%, 12%, 0%, 1%) |
| LAB | lab(83.7 -21.4 -23.6) |
| LCH | lch(83.7 31.8 227.9) |
| OKLCH | oklch(0.851 0.102 219.6) |
Copy-ready code
/* CSS */
color: #7adefc;
background-color: #7adefc;
/* Tailwind (arbitrary) */
class="text-[#7adefc] bg-[#7adefc]"
/* SCSS */
$brand: #7adefc;
/* SwiftUI */
Color(red: 0.478, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#7adefc")Accessibility — WCAG contrast
Aa
#7adefc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adefc on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.1%
Blue98.8%
CMYK percentages
Cyan51.6%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#7adefc text on a black background
contrast 13.68:1
Card sample
#7adefc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adefc;
Background color
Panel with #7adefc background
background-color: #7adefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adefc; background: linear-gradient(135deg, #7adefc, #7A87FC);