#7acdfb
a light, electric blue · cool · closest name: skyblue
RGB
122, 205, 251
HSL
201°, 94%, 73%
CMYK
51, 18, 0, 2
Luminance
0.5477
Every format
| HEX | #7acdfb |
| RGB | rgb(122, 205, 251) |
| HSL | hsl(201, 94%, 73%) |
| CMYK | cmyk(51%, 18%, 0%, 2%) |
| LAB | lab(78.9 -12.9 -30.3) |
| LCH | lch(78.9 33.0 246.9) |
| OKLCH | oklch(0.813 0.104 234.3) |
Copy-ready code
/* CSS */
color: #7acdfb;
background-color: #7acdfb;
/* Tailwind (arbitrary) */
class="text-[#7acdfb] bg-[#7acdfb]"
/* SCSS */
$brand: #7acdfb;
/* SwiftUI */
Color(red: 0.478, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#7acdfb")Accessibility — WCAG contrast
Aa
#7acdfb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acdfb on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.4%
Blue98.4%
CMYK percentages
Cyan51.4%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#7acdfb text on a black background
contrast 11.95:1
Card sample
#7acdfb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acdfb;
Background color
Panel with #7acdfb background
background-color: #7acdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acdfb; background: linear-gradient(135deg, #7acdfb, #7D7AFB);