#7adcfb
a light, electric cyan · cool · closest name: skyblue
RGB
122, 220, 251
HSL
194°, 94%, 73%
CMYK
51, 12, 0, 2
Luminance
0.6229
Every format
| HEX | #7adcfb |
| RGB | rgb(122, 220, 251) |
| HSL | hsl(194, 94%, 73%) |
| CMYK | cmyk(51%, 12%, 0%, 2%) |
| LAB | lab(83.1 -20.6 -24.0) |
| LCH | lch(83.1 31.6 229.3) |
| OKLCH | oklch(0.846 0.102 220.7) |
Copy-ready code
/* CSS */
color: #7adcfb;
background-color: #7adcfb;
/* Tailwind (arbitrary) */
class="text-[#7adcfb] bg-[#7adcfb]"
/* SCSS */
$brand: #7adcfb;
/* SwiftUI */
Color(red: 0.478, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#7adcfb")Accessibility — WCAG contrast
Aa
#7adcfb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adcfb on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.3%
Blue98.4%
CMYK percentages
Cyan51.4%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#7adcfb text on a black background
contrast 13.46:1
Card sample
#7adcfb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adcfb;
Background color
Panel with #7adcfb background
background-color: #7adcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adcfb; background: linear-gradient(135deg, #7adcfb, #7A86FB);