#7acdfe
a light, electric blue · cool · closest name: skyblue
RGB
122, 205, 254
HSL
202°, 99%, 74%
CMYK
52, 19, 0, 0
Luminance
0.5496
Every format
| HEX | #7acdfe |
| RGB | rgb(122, 205, 254) |
| HSL | hsl(202, 99%, 74%) |
| CMYK | cmyk(52%, 19%, 0%, 0%) |
| LAB | lab(79.0 -12.1 -31.8) |
| LCH | lch(79.0 34.0 249.2) |
| OKLCH | oklch(0.814 0.107 236.0) |
Copy-ready code
/* CSS */
color: #7acdfe;
background-color: #7acdfe;
/* Tailwind (arbitrary) */
class="text-[#7acdfe] bg-[#7acdfe]"
/* SCSS */
$brand: #7acdfe;
/* SwiftUI */
Color(red: 0.478, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#7acdfe")Accessibility — WCAG contrast
Aa
#7acdfe on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acdfe on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan52.0%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#7acdfe text on a black background
contrast 11.99:1
Card sample
#7acdfe text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acdfe;
Background color
Panel with #7acdfe background
background-color: #7acdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acdfe; background: linear-gradient(135deg, #7acdfe, #7F7AFE);