#7cacac
a balanced, soft cyan · cool · closest name: silver
RGB
124, 172, 172
HSL
180°, 22%, 58%
CMYK
28, 0, 0, 33
Luminance
0.3677
Every format
| HEX | #7cacac |
| RGB | rgb(124, 172, 172) |
| HSL | hsl(180, 22%, 58%) |
| CMYK | cmyk(28%, 0%, 0%, 33%) |
| LAB | lab(67.1 -15.8 -5.2) |
| LCH | lch(67.1 16.7 198.0) |
| OKLCH | oklch(0.710 0.051 196.1) |
Copy-ready code
/* CSS */
color: #7cacac;
background-color: #7cacac;
/* Tailwind (arbitrary) */
class="text-[#7cacac] bg-[#7cacac]"
/* SCSS */
$brand: #7cacac;
/* SwiftUI */
Color(red: 0.486, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#7cacac")Accessibility — WCAG contrast
Aa
#7cacac on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cacac on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.5%
Blue67.5%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#7cacac text on a black background
contrast 8.35:1
Card sample
#7cacac text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cacac;
Background color
Panel with #7cacac background
background-color: #7cacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cacac; background: linear-gradient(135deg, #7cacac, #7C8CAC);