#7ad2ec
a light, electric cyan · cool · closest name: skyblue
RGB
122, 210, 236
HSL
194°, 75%, 70%
CMYK
48, 11, 0, 8
Luminance
0.5629
Every format
| HEX | #7ad2ec |
| RGB | rgb(122, 210, 236) |
| HSL | hsl(194, 75%, 70%) |
| CMYK | cmyk(48%, 11%, 0%, 8%) |
| LAB | lab(79.8 -19.7 -21.0) |
| LCH | lch(79.8 28.8 226.9) |
| OKLCH | oklch(0.818 0.092 219.0) |
Copy-ready code
/* CSS */
color: #7ad2ec;
background-color: #7ad2ec;
/* Tailwind (arbitrary) */
class="text-[#7ad2ec] bg-[#7ad2ec]"
/* SCSS */
$brand: #7ad2ec;
/* SwiftUI */
Color(red: 0.478, green: 0.824, blue: 0.925)
/* Android */
Color.parseColor("#7ad2ec")Accessibility — WCAG contrast
Aa
#7ad2ec on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad2ec on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green82.4%
Blue92.5%
CMYK percentages
Cyan48.3%
Magenta11.0%
Yellow0.0%
Key (black)7.5%
Color previews
#7ad2ec text on a black background
contrast 12.26:1
Card sample
#7ad2ec text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad2ec;
Background color
Panel with #7ad2ec background
background-color: #7ad2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 210, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 210, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad2ec; background: linear-gradient(135deg, #7ad2ec, #7A86EC);