#7acadf
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 202, 223
HSL
193°, 61%, 68%
CMYK
45, 9, 0, 13
Luminance
0.5171
Every format
| HEX | #7acadf |
| RGB | rgb(122, 202, 223) |
| HSL | hsl(193, 61%, 68%) |
| CMYK | cmyk(45%, 9%, 0%, 13%) |
| LAB | lab(77.1 -19.1 -18.1) |
| LCH | lch(77.1 26.3 223.5) |
| OKLCH | oklch(0.795 0.084 216.5) |
Copy-ready code
/* CSS */
color: #7acadf;
background-color: #7acadf;
/* Tailwind (arbitrary) */
class="text-[#7acadf] bg-[#7acadf]"
/* SCSS */
$brand: #7acadf;
/* SwiftUI */
Color(red: 0.478, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#7acadf")Accessibility — WCAG contrast
Aa
#7acadf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acadf on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.2%
Blue87.5%
CMYK percentages
Cyan45.3%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7acadf text on a black background
contrast 11.34:1
Card sample
#7acadf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acadf;
Background color
Panel with #7acadf background
background-color: #7acadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acadf; background: linear-gradient(135deg, #7acadf, #7A86DF);