#7adfec
a light, electric cyan · cool · closest name: skyblue
RGB
122, 223, 236
HSL
187°, 75%, 70%
CMYK
48, 6, 0, 8
Luminance
0.6297
Every format
| HEX | #7adfec |
| RGB | rgb(122, 223, 236) |
| HSL | hsl(187, 75%, 70%) |
| CMYK | cmyk(48%, 6%, 0%, 8%) |
| LAB | lab(83.4 -26.1 -15.5) |
| LCH | lch(83.4 30.4 210.7) |
| OKLCH | oklch(0.847 0.096 206.4) |
Copy-ready code
/* CSS */
color: #7adfec;
background-color: #7adfec;
/* Tailwind (arbitrary) */
class="text-[#7adfec] bg-[#7adfec]"
/* SCSS */
$brand: #7adfec;
/* SwiftUI */
Color(red: 0.478, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#7adfec")Accessibility — WCAG contrast
Aa
#7adfec on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adfec on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.5%
Blue92.5%
CMYK percentages
Cyan48.3%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#7adfec text on a black background
contrast 13.59:1
Card sample
#7adfec text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adfec;
Background color
Panel with #7adfec background
background-color: #7adfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adfec; background: linear-gradient(135deg, #7adfec, #7A93EC);