#7adbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 219, 235
HSL
189°, 74%, 70%
CMYK
48, 7, 0, 8
Luminance
0.6080
Every format
| HEX | #7adbeb |
| RGB | rgb(122, 219, 235) |
| HSL | hsl(189, 74%, 70%) |
| CMYK | cmyk(48%, 7%, 0%, 8%) |
| LAB | lab(82.3 -24.4 -16.7) |
| LCH | lch(82.3 29.6 214.3) |
| OKLCH | oklch(0.838 0.094 209.3) |
Copy-ready code
/* CSS */
color: #7adbeb;
background-color: #7adbeb;
/* Tailwind (arbitrary) */
class="text-[#7adbeb] bg-[#7adbeb]"
/* SCSS */
$brand: #7adbeb;
/* SwiftUI */
Color(red: 0.478, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#7adbeb")Accessibility — WCAG contrast
Aa
#7adbeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adbeb on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green85.9%
Blue92.2%
CMYK percentages
Cyan48.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#7adbeb text on a black background
contrast 13.16:1
Card sample
#7adbeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adbeb;
Background color
Panel with #7adbeb background
background-color: #7adbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adbeb; background: linear-gradient(135deg, #7adbeb, #7A90EB);