#7ad2ff
a light, electric blue · cool · closest name: skyblue
RGB
122, 210, 255
HSL
200°, 100%, 74%
CMYK
52, 18, 0, 0
Luminance
0.5745
Every format
| HEX | #7ad2ff |
| RGB | rgb(122, 210, 255) |
| HSL | hsl(200, 100%, 74%) |
| CMYK | cmyk(52%, 18%, 0%, 0%) |
| LAB | lab(80.4 -14.4 -30.1) |
| LCH | lch(80.4 33.4 244.4) |
| OKLCH | oklch(0.825 0.106 232.3) |
Copy-ready code
/* CSS */
color: #7ad2ff;
background-color: #7ad2ff;
/* Tailwind (arbitrary) */
class="text-[#7ad2ff] bg-[#7ad2ff]"
/* SCSS */
$brand: #7ad2ff;
/* SwiftUI */
Color(red: 0.478, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#7ad2ff")Accessibility — WCAG contrast
Aa
#7ad2ff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad2ff on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green82.4%
Blue100.0%
CMYK percentages
Cyan52.2%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#7ad2ff text on a black background
contrast 12.49:1
Card sample
#7ad2ff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad2ff;
Background color
Panel with #7ad2ff background
background-color: #7ad2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad2ff; background: linear-gradient(135deg, #7ad2ff, #7B7AFF);