#7aceea
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 206, 234
HSL
195°, 73%, 70%
CMYK
48, 12, 0, 8
Luminance
0.5422
Every format
| HEX | #7aceea |
| RGB | rgb(122, 206, 234) |
| HSL | hsl(195, 73%, 70%) |
| CMYK | cmyk(48%, 12%, 0%, 8%) |
| LAB | lab(78.6 -18.2 -21.7) |
| LCH | lch(78.6 28.3 230.1) |
| OKLCH | oklch(0.808 0.091 221.5) |
Copy-ready code
/* CSS */
color: #7aceea;
background-color: #7aceea;
/* Tailwind (arbitrary) */
class="text-[#7aceea] bg-[#7aceea]"
/* SCSS */
$brand: #7aceea;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.918)
/* Android */
Color.parseColor("#7aceea")Accessibility — WCAG contrast
Aa
#7aceea on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceea on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue91.8%
CMYK percentages
Cyan47.9%
Magenta12.0%
Yellow0.0%
Key (black)8.2%
Color previews
#7aceea text on a black background
contrast 11.84:1
Card sample
#7aceea text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceea;
Background color
Panel with #7aceea background
background-color: #7aceea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceea; background: linear-gradient(135deg, #7aceea, #7A83EA);