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