#7acfff
a light, electric blue · cool · closest name: skyblue
RGB
122, 207, 255
HSL
202°, 100%, 74%
CMYK
52, 19, 0, 0
Luminance
0.5598
Every format
| HEX | #7acfff |
| RGB | rgb(122, 207, 255) |
| HSL | hsl(202, 100%, 74%) |
| CMYK | cmyk(52%, 19%, 0%, 0%) |
| LAB | lab(79.6 -12.8 -31.4) |
| LCH | lch(79.6 33.9 247.7) |
| OKLCH | oklch(0.819 0.107 234.9) |
Copy-ready code
/* CSS */
color: #7acfff;
background-color: #7acfff;
/* Tailwind (arbitrary) */
class="text-[#7acfff] bg-[#7acfff]"
/* SCSS */
$brand: #7acfff;
/* SwiftUI */
Color(red: 0.478, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#7acfff")Accessibility — WCAG contrast
Aa
#7acfff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acfff on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green81.2%
Blue100.0%
CMYK percentages
Cyan52.2%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#7acfff text on a black background
contrast 12.20:1
Card sample
#7acfff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acfff;
Background color
Panel with #7acfff background
background-color: #7acfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acfff; background: linear-gradient(135deg, #7acfff, #7E7AFF);