#7acbc9
a balanced, soft cyan · cool · closest name: skyblue
RGB
122, 203, 201
HSL
179°, 44%, 64%
CMYK
40, 0, 1, 20
Luminance
0.5107
Every format
| HEX | #7acbc9 |
| RGB | rgb(122, 203, 201) |
| HSL | hsl(179, 44%, 64%) |
| CMYK | cmyk(40%, 0%, 1%, 20%) |
| LAB | lab(76.7 -25.2 -6.8) |
| LCH | lch(76.7 26.1 195.1) |
| OKLCH | oklch(0.790 0.080 193.6) |
Copy-ready code
/* CSS */
color: #7acbc9;
background-color: #7acbc9;
/* Tailwind (arbitrary) */
class="text-[#7acbc9] bg-[#7acbc9]"
/* SCSS */
$brand: #7acbc9;
/* SwiftUI */
Color(red: 0.478, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#7acbc9")Accessibility — WCAG contrast
Aa
#7acbc9 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acbc9 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.6%
Blue78.8%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#7acbc9 text on a black background
contrast 11.21:1
Card sample
#7acbc9 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acbc9;
Background color
Panel with #7acbc9 background
background-color: #7acbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acbc9; background: linear-gradient(135deg, #7acbc9, #7A97CB);