#7acccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
122, 204, 207
HSL
182°, 47%, 65%
CMYK
41, 1, 0, 19
Luminance
0.5183
Every format
| HEX | #7acccf |
| RGB | rgb(122, 204, 207) |
| HSL | hsl(182, 47%, 65%) |
| CMYK | cmyk(41%, 1%, 0%, 19%) |
| LAB | lab(77.2 -24.2 -9.3) |
| LCH | lch(77.2 25.9 201.1) |
| OKLCH | oklch(0.794 0.080 198.7) |
Copy-ready code
/* CSS */
color: #7acccf;
background-color: #7acccf;
/* Tailwind (arbitrary) */
class="text-[#7acccf] bg-[#7acccf]"
/* SCSS */
$brand: #7acccf;
/* SwiftUI */
Color(red: 0.478, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#7acccf")Accessibility — WCAG contrast
Aa
#7acccf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acccf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.0%
Blue81.2%
CMYK percentages
Cyan41.1%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7acccf text on a black background
contrast 11.37:1
Card sample
#7acccf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acccf;
Background color
Panel with #7acccf background
background-color: #7acccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acccf; background: linear-gradient(135deg, #7acccf, #7A93CF);