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